-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 874 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 874 Bytes
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
{
"name": "full_stack_js_app_boilerplate",
"version": "0.0.1",
"description": "Boilerplate for a full-stack javascript app",
"author": "glhuang",
"scripts": {
"wp:dev": "webpack --watch"
},
"dependencies": {
"css-loader": "^0.23.1",
"express": "^4.13.4",
"history": "^2.0.0",
"node-sass": "^3.4.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"request": "^2.69.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"superagent": "^1.7.2",
"webpack": "^1.12.13"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"eslint": "^2.0.0",
"eslint-config-airbnb": "^5.0.1",
"eslint-plugin-react": "^3.16.1",
"nodemon": "^1.8.1"
}
}