-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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": "TestProject",
"version": "1.0.0",
"description": "Mail.Ru TestProject",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/webpack",
"build": "NODE_ENV=prod node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"axios": "^0.17.1",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"file-loader": "^0.11.2",
"history": "^4.7.2",
"node-static": "^0.7.10",
"normalizr": "^3.2.4",
"r": "^0.0.5",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "next",
"redux": "^3.7.2",
"redux-api-middleware": "^2.0.1",
"redux-form": "^7.2.0",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.77.2",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.6.0"
}
}