-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "icoWorld",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.0",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.3.0",
"@types/react-scroll": "^1.5.4",
"cross-env": "^5.2.0",
"history": "^4.7.2",
"react": "^16.6.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.4.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-scripts-ts": "2.17.0",
"react-scroll": "^1.7.10"
},
"scripts": {
"start": "cross-env NODE_PATH=src react-scripts-ts start",
"build": "cross-env NODE_PATH=src react-scripts-ts build",
"sass": "sass --watch src/styles/style.scss:src/styles/jumbo.css",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/node": "^10.5.7",
"@types/react": "^16.4.8",
"@types/react-dom": "^16.0.7",
"typescript": "^3.0.1"
}
}