-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
{
"name": "spirit-island-companion",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-redux": "^6.0.9",
"@types/reactstrap": "^6.4.0",
"@types/underscore": "^1.8.9",
"bootstrap": "^4.1.3",
"install": "^0.12.1",
"node-sass-chokidar": "^1.3.3",
"npm": "^6.4.1",
"npm-run-all": "^4.1.3",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-icons": "^3.1.0",
"react-redux": "^5.0.7",
"react-scripts-ts": "2.17.0",
"reactstrap": "^6.4.0",
"redux-persist": "^5.10.0",
"redux-undo": "^1.0.0-beta9-9-7",
"serve": "^10.0.2",
"typesafe-actions": "^2.0.4",
"underscore": "^1.9.1"
},
"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-dev": "npm-run-all -p watch-css start-js",
"start": "serve -s build",
"build": "npm run build-css && react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.2",
"@types/node": "^10.11.1",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.8",
"typescript": "^3.1.1"
}
}