-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 839 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
{
"name": "note",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"webpack": "webpack --config=src/webpack.config.js",
"watch": "onchange \"src/**/*.js\" \"src/**/*.less\" -- npm run webpack"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"express-session": "^1.15.6",
"extract-text-webpack-plugin": "^3.0.2",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"sequelize": "^4.27.0",
"serve-favicon": "~2.4.5",
"sqlite3": "^3.1.13",
"webpack": "^3.10.0"
},
"devDependencies": {
"css-loader": "^0.28.7",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"onchange": "^3.3.0",
"style-loader": "^0.19.0"
}
}