-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.74 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
{
"name": "spark",
"version": "1.0.0",
"description": "Boilerplate for ReactJS project with hot code reloading",
"scripts": {
"start": "babel-node server.js localhost",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelparenteau/spark"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack",
"import"
],
"author": "Michael Parenteau & Lake Denman",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelparenteau/spark/issues"
},
"homepage": "https://github.com/michaelparenteau/spark",
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel": "^6.5.2",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.19.0",
"csswring": "^4.0.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^0.1.1",
"eslint-plugin-import": "^0.8.1",
"eslint-plugin-react": "^3.16.1",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.9.0",
"node-sass": "^3.3.3",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"postcss-loader": "^0.6.0",
"react-css-modules": "^3.7.5",
"react-fa": "^4.0.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7"
}
}