-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "vuebootstrap",
"version": "0.1.0",
"description": "vue-loader,vue,jade,stylus,webpack",
"main": "./production/vuebootstrap.min.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --quiet --content-base ./demo",
"production": "webpack --config webpack.production.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marchFantasy/vuebootstrap.git"
},
"keywords": [
"vue-loader",
"vue",
"jade",
"stylus",
"webpack"
],
"author": "xiaoma",
"license": "ISC",
"bugs": {
"url": "https://github.com/justmeMarch/vuebootstrap/issues"
},
"homepage": "https://github.com/justmeMarch/vuebootstrap#readme",
"dependencies": {
"bootstrap": "^3.3.6",
"vue": "^1.0.16"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babel-runtime": "^6.3.13",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"jade": "^1.11.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2",
"template-html-loader": "0.0.3",
"vue-hot-reload-api": "^1.2.1",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.1.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"
}
}