-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.7 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
52
53
54
55
56
57
58
{
"name": "vue-slidepage",
"version": "1.0.0",
"description": "vue-slidePage is a fullscreen scrolling component based on [slidePage](https://github.com/lipten/slidePage)",
"keywords": [
"vue",
"vue-component",
"vue-slidePage",
"slidePage",
"slide"
],
"homepage": "https://github.com/lipten/vue-slidePage",
"author": "lipten < lipten@foxmail.com >",
"repository": {
"type": "git",
"url": "git@github.com:lipten/vue-slidePage.git"
},
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"dev": "webpack-dev-server --config ./webpack.config.dev.js --hot --inline",
"build": "rimraf ./dist && webpack --config ./webpack.config.js"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.23.1",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "beta",
"eslint": "^4.8.0",
"html-webpack-plugin": "^2.24.0",
"less-loader": "^2.2.3",
"less": "^2.7.2",
"rimraf": "^2.6.2",
"style-loader": "^0.13.1",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.2.1",
"vue": "^2.2.1",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.15.0",
"webpack": "1.13.1"
},
"dependencies": {
"slidePage": "^3.1.4"
}
}