generated from MatrixRequirements/matrix-ui-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "matrix-ui-plugin-boilerplate",
"version": "1.0.0",
"description": "Awesome matrix-ui-plugin-boilerplate created by francoischasseur",
"repository": {
"url": "https://github.com/MatrixRequirements/matrix-ui-plugin-boilerplate"
},
"scripts": {
"pretty": "prettier --write src/",
"clean": "rm -rf dist",
"check": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --ext .ts",
"parcel": "parcel watch src/BPP/Main.ts --public-url /static/js/ --out-dir /home/clouds/clouds/custom/js --no-hmr",
"parcel-dist": "parcel build src/BPP/Main.ts --public-url /static/js/ --out-dir ./dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/validator-typescript": "^2.6.2",
"@types/jquery": "^3.5.5",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"prettier": "^2.2.1",
"typescript": "^4.1.5",
"parcel-bundler": "^1.12.4"
},
"dependencies": {}
}