-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "vue-js-toolbar",
"description": "A toolbar component for Vue.js 2+",
"version": "1.0.0",
"author": "nagarjuna",
"private": false,
"scripts": {
"build:client":
"webpack --config ./webpack.config.js --progress --hide-modules",
"build": "npm run build:client"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/nagarjuna993/vue-js-toolbar.git"
},
"bugs": {
"url": "https://github.com/nagarjuna993/vue-js-toolbar/issues"
},
"peerDependencies": {
"vue": "^2.0.0"
},
"keywords": ["vue", "toolbar", "toggle", "bar"],
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^7.1.5",
"babel-preset-latest": "^6.0.0",
"css-loader": "^0.28.11",
"file-loader": "^2.0.0",
"node-sass": "^4.5.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"sass-loader": "^6.0.7",
"vue": "^2.0.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.0.0",
"webpack": "^2.2.0",
"webpack-merge": "^5.0.9"
}
}