-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 956 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
29
30
31
32
33
{
"name": "waxmans-calc",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.7.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"clipboard": "^2.0.0",
"custom-bootstrap": "file:custom-bootstrap",
"donatello": "^1.0.0",
"ftp-deploy": "^1.1.0",
"jquery": "^3.2.0",
"lodash": "^4.16.6",
"npm": "^6.0.0",
"npm-run-all": "^4.0.2",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-clipboard.js": "^1.1.3",
"react-dom": "^15.3.2",
"spawn-sync": "^1.0.15"
},
"scripts": {
"start": "react-scripts start",
"start:custom-bootstrap": "(cd custom-bootstrap && npm start)",
"start-all": "node_modules/npm-run-all/bin/run-p/index.js start start:*",
"build": "(cd custom-bootstrap && npm run build) && react-scripts build",
"eject": "react-scripts eject",
"deploy": "deploy.js",
"install": "(cd custom-bootstrap && npm install)"
}
}