-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"name": "root",
"private": true,
"scripts": {
"setup": "npm install && lerna bootstrap",
"build": "lerna run build",
"docs": "node ./scripts/docs.js && lerna run docs",
"test": "lerna run test",
"lint": "eslint .",
"template": "node scripts/generate-component.js --name=$npm_config_name --type=$npm_config_type",
"deps-list": "syncpack list"
},
"repository": {
"type": "git",
"url": "https://github.com/DavidWells/components"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"copy-template-dir": "^1.4.0",
"cross-env": "^7.0.3",
"eslint": "^7.17.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-standard": "^5.0.0",
"lerna": "^3.22.1",
"lerna-changelog": "^1.0.1",
"markdown-magic": "^1.0.0",
"markdown-magic-subpackage-list": "^1.1.1",
"microbundle": "^0.14.2",
"microbundle-crl": "^0.13.11",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"syncpack": "^5.6.10"
},
"dependencies": {}
}