-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "codersi-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/immutable": "3.8.7",
"@types/react-fontawesome": "1.6.2",
"@types/react-icons": "2.2.5",
"@types/react-redux": "5.0.15",
"@types/react-router": "4.0.22",
"@types/react-router-dom": "4.2.4",
"@types/react-router-redux": "5.0.12",
"@types/react-transition-group": "2.0.7",
"@types/reactstrap": "5.0.17",
"@types/uuid": "3.4.3",
"animated-scroll-to": "1.1.8",
"bootstrap": "4.0.0",
"bootswatch": "4.0.0",
"connected-react-router": "4.3.0",
"font-awesome": "4.7.0",
"immutable": "3.8.2",
"monet": "0.9.0-alpha.4",
"node-sass-chokidar": "0.0.3",
"react": "16.2.0",
"react-copyable": "0.0.6",
"react-dom": "16.2.0",
"react-fontawesome": "1.6.1",
"react-icons": "2.2.7",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "4.0.8",
"react-scripts-ts": "2.13.0",
"react-transition-group": "2.2.1",
"reactstrap": "5.0.0-beta",
"redux": "3.7.2",
"redux-devtools-extension": "2.13.2",
"redux-thunk": "2.2.0",
"uuid": "3.2.1",
"whatwg-fetch": "2.0.3"
},
"scripts": {
"build-css": "./node_modules/.bin/node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && ./node_modules/.bin/node-sass-chokidar src/ -o src/ --watch --recursive",
"start-ts": "./node_modules/.bin/react-scripts-ts start",
"start": "./node_modules/.bin/npm-run-all -p watch-css start-ts",
"build-ts": "./node_modules/.bin/react-scripts-ts build",
"build": "./node_modules/.bin/npm-run-all build-css build-ts",
"test": "./node_modules/.bin/react-scripts-ts test --env=jsdom",
"eject": "./node_modules/.bin/react-scripts-ts DONTeject"
},
"devDependencies": {
"@types/jest": "22.1.3",
"@types/node": "9.4.6",
"@types/react": "16.0.38",
"@types/react-dom": "16.0.4",
"npm-run-all": "4.1.2",
"typescript": "2.7.2"
}
}