forked from NightCatSama/vue-slider-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.28 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
{
"name": "vue-slider-component",
"version": "2.4.4",
"description": "Can use the Slider component in vue1.x and vue2.x",
"keywords": [
"vue",
"slider",
"vue-slider",
"vue-component",
"vue-slider-component"
],
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NightCatSama/vue-slider-component.git"
},
"author": "NightCatSama <642163903@qq.com>",
"licenses": "MIT",
"bugs": {
"url": "https://github.com/NightCatSama/vue-slider-component/issues"
},
"homepage": "https://github.com/NightCatSama/vue-slider-component#readme",
"scripts": {
"build": "rm -rf ./dist && webpack --colors --hide-modules"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.23.0",
"css-loader": "^0.23.1",
"postcss-load": "^0.1.6",
"style-loader": "^0.15.0",
"vue": "^2.2.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.4",
"vue-template-compiler": "^2.2.4",
"webpack": "^2.2.1"
},
"browserify": {
"transform": [
"vueify"
]
}
}