-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
49
{
"name": "war-game",
"version": "0.1.0",
"private": true,
"homepage": "http://bfbechlin.github.io/war-game",
"dependencies": {
"@types/underscore": "^1.8.8",
"bootstrap": "^4.1.0",
"classnames": "^2.2.5",
"history": "^4.7.2",
"material-ui": "^0.20.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router-redux": "^4.0.8",
"react-scripts-ts": "2.14.0",
"react-swipeable-views": "^0.12.13",
"react-transition-group": "^1.2.1",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"svg-path-parser": "^1.1.0",
"underscore": "^1.9.0",
"uuid": "^3.2.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"report": "pdflatex -no-file-line-error report/relatorio.tex"
},
"devDependencies": {
"@types/classnames": "^2.2.3",
"@types/jest": "^22.2.2",
"@types/node": "^9.6.2",
"@types/react": "^16.3.10",
"@types/react-dom": "^16.0.5",
"@types/react-redux": "^5.0.16",
"@types/react-router-redux": "^5.0.13",
"@types/material-ui": "^0.21.1",
"@types/react-swipeable-views": "^0.12.1",
"@types/react-transition-group": "^1.1.3",
"@types/uuid": "^3.4.3",
"gh-pages": "^1.1.0",
"typescript": "^2.8.1"
}
}