-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 940 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
{
"name": "vuejs2-webpack-bootstrap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --display-error-details",
"start": "webpack-dev-server --progress --colors --inline --content-base build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macagua/vuejs2-webpack-bootstrap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/macagua/vuejs2-webpack-bootstrap/issues"
},
"homepage": "https://github.com/macagua/vuejs2-webpack-bootstrap#readme",
"devDependencies": {
"css-loader": "^0.28.5",
"file-loader": "^0.11.2",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"vue": "^2.4.2"
}
}