-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathpackage.json
37 lines (37 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
{
"name": "vue-swiper",
"version": "0.5.0",
"description": "Swiper component. Easy to use.",
"repository": {
"type": "git",
"url": "git+https://github.com/weilao/vue-swiper.git"
},
"author": "weilao",
"license": "MIT",
"bugs": {
"url": "https://github.com/weilao/vue-swiper/issues"
},
"homepage": "https://github.com/weilao/vue-swiper",
"main": "dist/vue-swiper.js",
"scripts": {
"dev": "NODE_ENV=dev webpack-dev-server --inline --hot --host 0.0.0.0 --config webpack.config.js",
"build": "webpack"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^6.6.1",
"css-loader": "^0.23.1",
"less": "^2.7.0",
"less-loader": "^2.2.3",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.3.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}