-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.61 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
40
41
42
43
44
45
46
47
{
"name": "foxxy",
"version": "1.12.2",
"private": true,
"dependencies": {
"@material/button": "^0.24.0",
"@material/card": "^0.24.0",
"@material/menu": "^0.24.0",
"@material/select": "^0.24.0",
"@material/switch": "^0.24.0",
"@material/theme": "^0.24.0",
"@types/jest": "^20.0.7",
"@types/node": "^8.0.24",
"@types/react": "^16.0.2",
"@types/react-dom": "^16.0.2",
"@types/react-router": "^4.0.15",
"@types/react-router-dom": "^4.0.7",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"node-sass-chokidar": "^0.0.3",
"npm-run-all": "^4.1.1",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-scripts-ts": "2.6.0",
"react-snapshot": "^1.2.0"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts-ts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts-ts build && react-snapshot",
"build": "npm-run-all build-css build-js",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"corp-release": "corp-semantic-release",
"corp-publish": "yarn build && node_modules/.bin/surge -p ./build/ -d https://foxxy.surge.sh"
},
"devDependencies": {
"corp-semantic-release": "^6.3.1",
"dotenv": "^4.0.0",
"surge": "^0.19.0",
"ts-node": "^3.3.0"
}
}