-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "chess",
"version": "1.0.0",
"description": "Chess application by Anton Filimonov",
"repository": "https://github.com/NoiseDN/chess",
"private": true,
"moduleRoots": [
"./src/main/frontend"
],
"scripts": {
"start": "npm run watch",
"build": "webpack --bail --progress --profile --colors",
"watch": "webpack --watch --progress --color",
"hot": "webpack-dev-server --hot --progress"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "6.7.7",
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-core": "^6.25.0",
"babel-eslint": "7.1.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "~6.24.0",
"babel-preset-react": "~6.23.0",
"babel-preset-stage-0": "~6.22.0",
"chunk-manifest-webpack-plugin": "^1.0.0",
"css-loader": "~0.27.0",
"eslint": "3.14.1",
"eslint-loader": "~1.6.3",
"eslint-plugin-react": "6.9.0",
"file-loader": "~0.10.1",
"less": "^2.5.3",
"less-loader": "^3.0.0",
"postcss-loader": "^1.3.3",
"react-hot-loader": "^1.3.0",
"script-loader": "^0.7.0",
"style-loader": "~0.14.0",
"url-loader": "~0.5.8",
"webpack": "~2.3.2",
"webpack-chunk-hash": "^0.4.0",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"babel-polyfill": "6.22.0",
"classnames": "2.2.5",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"moment": "^2.17.0",
"moment-timezone": "^0.5.10",
"platform": "^1.3.3",
"prop-types": "^15.5.6",
"react": "~15.6.1",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-perf": "^15.4.2",
"react-document-title": "2.0.2",
"react-dom": "^15.3.0",
"react-flip-move": "^2.9.1",
"react-image-fallback": "^4.0.1",
"react-motion": "^0.4.7",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-scroll": "^0.4.1",
"react-simple-dropdown": "^1.1.5",
"react-tooltip": "^3.2.6",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"reset-css": "^2.2.0",
"slick-carousel": "^1.6.0",
"superagent": "3.4.1"
}
}