-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
60 lines (60 loc) · 1.68 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
59
60
{
"name": "vue-iscroll-view",
"version": "1.0.3",
"description": "IScroll for Vue 2.0 Component",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"build:docs": "webpack -p --config ./docs/webpack.config.js",
"dev": "webpack-dev-server --content-base docs --config ./docs/webpack.config.js --hot --inline",
"lint": "eslint --ext .js,.vue src docs/src build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dafrok/vue-iscroll-view.git"
},
"keywords": [
"iscroll",
"vue",
"vue 2.0",
"iscroll",
"vue-component"
],
"author": "Dafrok <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dafrok/vue-iscroll-view/issues"
},
"homepage": "https://github.com/Dafrok/vue-iscroll-view#readme",
"peerDependencies": {
"iscroll": ">=5.2.0",
"vue": ">=2.0.7"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.2",
"eslint": "^4.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"github-markdown-css": "^2.4.1",
"highlight.js": "^9.9.0",
"html-webpack-plugin": "^2.28.0",
"iscroll": "^5.2.0",
"pug": "^2.0.0-beta6",
"style-loader": "^0.13.2",
"vue": "^2.1.10",
"vue-loader": "^9.9.5",
"vue-markdown-loader": "^0.6.2",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}