-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.25 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
{
"name": "diceroll",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mdi/font": "^2.4.85",
"@types/react-router-dom": "^4.2.7",
"node-sass-chokidar": "^1.3.0",
"npm-run-all": "^4.1.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.15.1",
"react-sortable-hoc": "^0.6.8",
"recompose": "^0.29.0",
"semantic-ui-css": "^2.3.2",
"semantic-ui-react": "^0.81.1",
"shake.js": "^1.2.2",
"styled-components": "^3.3.2"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar 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",
"build": "npm-run-all build-css build-js",
"deploy": "npm run build && firebase deploy",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/node": "^8.10.20",
"@types/react": "^16.3.18",
"@types/react-dom": "^16.0.6",
"@types/react-sortable-hoc": "^0.6.3",
"@types/recompose": "^0.26.4",
"typescript": "^2.9.2"
}
}