-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
{
"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' './assets/**/*' -- npm run webpack "
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"passport-jirengu": "^1.0.1",
"sequelize": "^4.38.0",
"sqlite3": "^4.0.1"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"express-session": "^1.15.6",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"less": "^3.5.3",
"less-loader": "^4.1.0",
"onchange": "^4.0.0",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
}
}