-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.68 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
{
"name": "react-simple-boilerplate",
"version": "1.0.0",
"description": "Simple and lightweight Boilerplate for ReactJS projects",
"scripts": {
"lint": "eslint src",
"start": "node server.js",
"local": "./node_modules/.bin/nodemon --ignore public/",
"knex": "./node_modules/.bin/knex"
},
"repository": {
"type": "git",
"url": "https://github.com/noahlotzer/react-simple-boilerplate.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"reload",
"live",
"edit",
"webpack"
],
"author": "Noah-Jerome Lotzer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/noahlotzer/react-simple-boilerplate/issues"
},
"homepage": "https://github.com/noahlotzer/react-simple-boilerplate",
"engines": {
"node": "6.0.0"
},
"devDependencies": {
"babel-core": "6.10.4",
"babel-loader": "6.0.1",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"css-loader": "0.23.1",
"eslint": "2.7.0",
"eslint-plugin-react": "5.2.2",
"node-sass": "3.8.0",
"sass-loader": "4.0.0",
"sockjs-client": "1.1.1",
"style-loader": "0.13.1",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1",
"body-parser": "1.15.2",
"dotenv": "2.0.0",
"ejs": "2.4.1",
"express": "4.13.4",
"knex": "0.11.7",
"knex-logger": "0.1.0",
"morgan": "1.7.0",
"node-sass-middleware": "0.9.8",
"pg": "6.0.2"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"http": "0.0.0",
"isomorphic-fetch": "^2.2.1",
"moment": "2.15.2",
"react": "15.2.1",
"react-dom": "15.2.1",
"react-router": "3.0.0"
}
}