-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "aaa-frontend-demo",
"version": "0.1.0",
"private": true,
"homepage": "https://majodev.github.io/aaa-frontend-demo",
"dependencies": {
"@types/isomorphic-fetch": "0.0.34",
"@types/lodash": "^4.14.78",
"@types/material-ui": "0.18.3",
"@types/react": "15.6.4",
"@types/react-dom": "15.5.6",
"@types/react-router-dom": "^4.0.8",
"@types/react-tap-event-plugin": "0.0.30",
"@types/react-transition-group": "1.1.2",
"aaa-react-scripts-ts": "2.8.0",
"gh-pages": "^1.0.0",
"hoist-non-react-statics": "1.2.0",
"intl": "1.2.5",
"localforage": "^1.5.2",
"lodash": "^4.17.4",
"material-ui": "0.18.7",
"mobx": "^3.3.1",
"mobx-persist": "^0.3.4",
"mobx-react": "^4.3.3",
"prop-types": "15.6.0",
"react": "15.6.2",
"react-animations": "0.1.0",
"react-dom": "15.6.2",
"react-intl": "2.4.0",
"react-router-dom": "^4.2.2",
"react-tap-event-plugin": "2.0.1",
"react-transition-group": "1.2.1",
"styled-components": "1.4.6"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "aaa-react-scripts-ts start",
"build": "aaa-react-scripts-ts build",
"test": "aaa-react-scripts-ts test --env=jsdom",
"eject": "aaa-react-scripts-ts eject"
},
"resolutions": {
"@types/react": "15.6.4",
"@types/react-dom": "15.5.6"
},
"devDependencies": {
"@types/jest": "20.0.8",
"@types/node": "6.0.89",
"@types/webpack-env": "1.13.2"
}
}