This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.76 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
{
"name": "gulp-react-scss-hot-loading",
"version": "1.0.0",
"description": "Example repo for demonstarting how to wire up gulp, webpack, react, and scss",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idmontie/gulp-react-scss-hot-loading.git"
},
"author": "Ivan Montiel <[email protected]> (https://github.com/idmontie)",
"license": "MIT",
"bugs": {
"url": "https://github.com/idmontie/gulp-react-scss-hot-loading/issues"
},
"homepage": "https://github.com/idmontie/gulp-react-scss-hot-loading#readme",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.0-beta.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"enzyme": "^2.1.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.3",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-sass": "^2.2.0",
"jsx-loader": "^0.13.2",
"mocha": "^2.4.5",
"react-hot-loader": "^1.3.0",
"react-loader": "^2.2.0",
"sinon": "^1.17.3",
"style-loader": "^0.13.0",
"touch": "^1.0.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1"
}
}