-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
51 lines (51 loc) · 1.94 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
51
{
"name": "vue2-bootstrap-modal",
"version": "0.1.15",
"description": "Vue 2 Bootstrap Component",
"main": "dist/bootstrap-modal.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.build.min.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.build.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/joturako/vue2-bootstrap-modal"
},
"keywords": [
"vue2", "bootstrap", "vue-component", "vue2-bootstrap-modal"
],
"author": "Luong Vu <[email protected]> (https://luongvu.com)",
"license": "MIT",
"peerDependencies": {},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^6.2.8",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-transform-vue-jsx": "^3.2.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.18.0",
"bootstrap-loader": "^1.3.1",
"bootstrap-sass": "^3.3.7",
"cross-env": "^3.1.3",
"css-loader": "^0.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-sass": "^4.13.1",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.1.3",
"vue-hot-reload-api": "^2.0.6",
"vue-html-loader": "^1.2.3",
"vue-loader": "^10.0.1",
"vue-template-compiler": "^2.1.3",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}