-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "ISCPD",
"version": "0.0.1",
"description": "Create and Print Document from template for ISC.",
"author": "wh1tecat <wh1tecat.sec@gmail.com>",
"repository": "https://github.com/wh1tecat-nya/ISCPD",
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"clean": "lerna clean --yes",
"lint": "lerna run lint",
"type-check": "lerna run type-check",
"test": "lerna run test",
"check-all": "npm-run-all --parallel lint type-check test -l"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.5.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.1",
"lerna": "^3.16.4",
"nodemon": "^1.19.3",
"npm-run-all": "^4.1.5",
"prettier":"^1.19.1",
"typescript": "^3.7.4",
"upbin": "^0.9.2",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"lodash": "4.17.15"
}
}