-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
70 lines (70 loc) · 1.99 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
{
"name": "react-stylus-webpack-boilerplate",
"version": "0.1.0",
"description": "A starter kit for creating applications using react and stylus, client side rendering, development and production configurations and hot reloading",
"scripts": {
"serve": "gulp serve",
"build": "gulp build",
"deploy": "gulp deploy",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlejoFernandez/react-stylus-webpack-boilerplate.git"
},
"keywords": [
"react",
"stylus",
"webpack",
"boilerplate",
"starter",
"kit"
],
"author": "Alejo Fernandez ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlejoFernandez/react-stylus-webpack-boilerplate/issues"
},
"homepage": "https://github.com/AlejoFernandez/react-stylus-webpack-boilerplate#readme",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.7.6",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"babel-register": "^6.7.2",
"css-loader": "^0.23.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.0.0",
"estraverse": "^4.2.0",
"estraverse-fb": "^1.3.1",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"html-loader": "^0.4.0",
"html-webpack-plugin": "^1.7.0",
"jade-react-loader": "^1.0.2",
"markdown-loader": "^0.1.7",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"domready": "^1.0.8",
"history": "^2.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"redbox-react": "^1.2.3"
},
"engines": {
"node": "4.1.1"
}
}