-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "ava",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^1.24.0",
"@blueprintjs/datetime": "^1.24.0",
"@blueprintjs/table": "^1.27.0",
"@types/axios": "^0.14.0",
"@types/faker": "^4.1.2",
"@types/jest": "^20.0.4",
"@types/lodash": "^4.14.81",
"@types/moment": "^2.13.0",
"@types/node": "^8.0.14",
"@types/pure-render-decorator": "^0.2.27",
"@types/react-addons-css-transition-group": "^15.0.3",
"@types/react-dom": "^16.0.1",
"@types/react-redux": "^4.4.47",
"@types/react-router-dom": "^4.0.8",
"ant-design-pro": "^0.3.0",
"antd": "^3.0.0",
"axios": "^0.17.1",
"faker": "^4.1.0",
"history": "^4.7.2",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scripts-ts": "^2.7.0",
"react-vis": "^1.7.9",
"redux": "^3.7.2",
"redux-observable": "^0.16.0",
"rxjs": "^5.5.0",
"typescript": "2.4.2"
},
"devDependencies": {
"@types/enzyme": "^2.8.4",
"babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^2.9.1",
"jest": "^20.0.4",
"react-addons-test-utils": "^15.6.0",
"react-test-renderer": "^16.0.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
}
}