generated from allen-cell-animated/base-react-redux-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 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
57
58
59
{
"name": "visual-cell-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://stash.corp.alleninstitute.org/scm/aics/visual-cell.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/enzyme": "^3.1.3",
"@types/mocha": "^2.2.44",
"@types/sinon": "^2.3.7",
"awesome-typescript-loader": "^3.2.3",
"chai": "^4.1.2",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"extract-text-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"mocha": "^4.0.1",
"mock-css-modules": "^1.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-responsive-font": "^1.0.3",
"sinon": "^4.0.1",
"style-loader": "^0.19.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint-react": "^3.2.0",
"typescript": "^2.5.3",
"webpack": "^3.7.1",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {
"@types/classnames": "^2.2.3",
"@types/lodash": "^4.14.82",
"@types/react": "^16.0.18",
"@types/react-dom": "^16.0.2",
"@types/react-redux": "^5.0.12",
"antd": "^2.13.9",
"axios": "^0.17.0",
"classnames": "^2.2.5",
"core-js": "^2.5.1",
"lodash": "^4.17.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logic": "^0.12.3",
"reselect": "^3.0.1"
}
}