-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 848 Bytes
/
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
{
"name": "react-plugin",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git"
},
"devDependencies": {
"babel-core": "5.8.25",
"babel-eslint": "4.1.3",
"babel-loader": "5.3.2",
"babel-runtime": "5.8.25",
"classnames": "2.2.1",
"css-loader": "0.23.1",
"es6-promise": "3.0.2",
"eslint": "1.7.3",
"eslint-plugin-react": "3.6.3",
"extract-text-webpack-plugin": "0.9.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "^5.2.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.6",
"node-sass": "3.4.2",
"react": "0.14.3",
"react-dom": "0.14.3",
"sass-loader": "3.1.2",
"style-loader": "0.13",
"webpack": "1.12.9",
"webpack-dev-server": "1.14.0"
},
"engines": {
"node": ">=0.8"
}
}