-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.2 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
31
32
33
34
35
36
37
38
39
{
"name": "takeshape-shape-startup",
"version": "1.0.0",
"description": "Shape Startup - A Sample Project for TakeShape - www.takeshape.io",
"author": {
"name": "TakeShape",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/takeshape/takeshape-demo",
"repository": {
"type": "git",
"url": "git://github.com/takeshape/takeshape-demo.git"
},
"bugs": {
"url": "https://github.com/takeshape/takeshape-demo"
},
"engines": {
"node": ">= 8.10"
},
"scripts": {
"init": "takeshape login && takeshape link",
"cli-init": "takeshape login --cli-login && takeshape link",
"serve": "browser-sync start --server build --port 5000 --files 'build/**/*' --reload-debounce",
"build": "takeshape build -c",
"deploy": "takeshape deploy",
"watch:takeshape": "takeshape watch -W -c",
"watch": "npm-run-all --serial build && npm-run-all --continue-on-error --parallel watch:* serve",
"start": "npm run watch"
},
"devDependencies": {
"@takeshape/cli": "^7.210.0",
"browser-sync": "^2.26.12",
"eslint": "^5.16.0",
"npm-run-all": "^4.1.5",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0"
}
}