This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·73 lines (73 loc) · 1.9 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
{
"name": "React.test",
"version": "0.0.1",
"description": "Test for ReactJS",
"keywords": [
"React",
"Redux",
"jade-react",
"react-css-modules",
"webpack",
"gulp",
"scss"
],
"author": {
"name": "Andrey Pastukhov",
"email": "[email protected]",
"url": "http://xdraw.ru/"
},
"dependencies": {
"es6-promise": "^3.1.2",
"fetch-polyfill": "^0.8.2",
"file-loader": "^0.8.5",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.4",
"react-router": "^2.1.1",
"redux": "^3.4.0",
"redux-thunk": "^2.0.1",
"url-loader": "^0.5.7"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"postinstall": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.7.6",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"del": "^2.2.2",
"eslint": "^2.13.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^4.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-jade": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"jade-react-loader": "^1.0.2",
"node-sass": "^3.13.1",
"postcss-loader": "^0.8.2",
"react-css-modules": "^3.7.10",
"react-hot-loader": "^1.3.1",
"react-mixin": "^3.1.1",
"redux-devtools": "^3.2.0",
"redux-logger": "^2.10.2",
"require-dir": "^0.3.2",
"sass-loader": "^3.2.3",
"style-loader": "^0.13.2",
"vinyl-named": "^1.1.0",
"webpack-dev-server": "^1.16.5",
"webpack-stream": "^3.2.0"
}
}