-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 925 Bytes
/
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
{
"name": "inat-components",
"private": true,
"license": "MIT",
"scripts": {
"boot": "run-s copyShared lernaBootstrap",
"lernaBootstrap": "lerna bootstrap",
"build": "run-s copyShared buildAll",
"buildAll": "lerna run build",
"clean": "lerna run clean && lerna clean",
"generate": "cd apps/demo && yarn generate",
"copyShared": "grunt",
"watchPackages": "lerna exec --parallel --ignore=@imerss/inat-components-standalone -- yarn watch",
"watchShared": "npx grunt watch",
"dev": "npm-run-all --parallel copyShared watchPackages watchShared",
"standalone": "lerna run watch --scope=@imerss/inat-components-standalone"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"lerna": "^5.1.6",
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5"
},
"dependencies": {}
}