-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.7 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": "onetwotrip-test",
"description": "One Two Trip test task",
"author": "Aleksey Dmitriev",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "webpack --config webpack.production.config.js --progress --profile --colors",
"start": "webpack-dev-server --progress --profile --colors",
"test": "testem",
"test:lint": "eslint ./app/"
},
"dependencies": {
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.15.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-google-maps": "^4.11.0",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"css-loader": "^0.23.1",
"eslint": "^3.3.1",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-react": "^3.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.1.2",
"eslint-plugin-standard": "^2.0.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^3.8.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-cleanup-plugin": "^0.3.0",
"webpack-dev-server": "^1.15.0"
}
}