This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.55 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
{
"name": "Vue-Express-Webpack-boilerplate",
"version": "1.0.3",
"private": false,
"engines": {
"node": ">=6.5.1",
"npm": ">=4.3.0"
},
"scripts": {
"predev": "webpack --env=dev",
"dev": "DEBUG=agents:* node-dev ./bin/www & webpack --env=dev -w",
"start": "node ./bin/www",
"build": "webpack --env=prod --progress --profile"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"css-loader": "^0.28.5",
"debug": "^3.2.6",
"dotenv": "^4.0.0",
"express": "^4.16.4",
"express-flash": "0.0.2",
"express-session": "^1.15.5",
"extract-text-webpack-plugin": "^3.0.2",
"node-dev": "^3.1.3",
"node-sass": "^4.11.0",
"postcss-loader": "^2.1.6",
"pug": "^2.0.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"vue": "^2.6.3",
"vue-loader": "^13.7.3",
"vue-template-compiler": "^2.6.3",
"webpack": "^3.12.0",
"webpack-livereload-plugin": "^1.2.0"
},
"author": "miskamyasa <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Miskamyasa/Vue-Express-Webpack-boilerplate.git"
}
}