-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.44 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
{
"name": "typescript-react-tutorial",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material/react-material-icon": "^0.14.1",
"@types/classnames": "^2.2.9",
"@types/d3": "^5.7.2",
"@types/react-addons-update": "^0.14.20",
"@types/react-redux": "^7.1.0",
"@types/redux-actions": "^2.6.1",
"bootstrap": "^4.3.1",
"d3": "^5.9.7",
"gh-pages": "^3.1.0",
"react": "^16.8.6",
"react-addons-update": "^15.6.2",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-scripts-ts": "3.1.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"rxjs": "^6.5.2"
},
"scripts": {
"build:css": "node-sass src/ -o src/ ",
"watch:css": "npm run build:css && node-sass src/ -o src/ -w -r",
"start:js": "react-scripts-ts start",
"start": "npm-run-all -p watch:css start:js",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"deploy": "gh-pages -d build",
"clean": "gh-pages-clean"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.0.8",
"@types/node-sass": "^4.11.0",
"@types/react": "^16.8.21",
"@types/react-dom": "^16.8.4",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"typescript": "^3.5.2"
},
"homepage": "https://ytaek.github.io/defect-propagation-viz/"
}