forked from factoryhr/vuejs-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 911 Bytes
/
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
{
"name": "vue.js-workshop",
"version": "1.0.0",
"description": "Simple showcase application",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"keywords": [
"webpack",
"npm",
"sass",
"babel"
],
"author": "Petric Marko",
"license": "ISC",
"dependencies": {
"npm": "^6.1.0",
"update": "^0.7.4",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.12.0"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack-cli": "^3.0.4",
"webpack-dev-server": "^3.1.4"
}
}