-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "vue-perfect-scrollbar",
"version": "0.2.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config build-webpack.conf.js",
"example": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot --config example-webpack.conf.js",
"example:vuerouter": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot --config example-vuerouter-webpack.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Degfy/vue-perfect-scrollbar"
},
"author": "",
"license": "MIT",
"dependencies": {},
"files": [
"dist",
"index.js",
"index.vue"
],
"keywords": [
"scroll",
"scrollbar",
"perfect-scroll",
"vue-perfect-scroll",
"vue-scroll",
"vue-scrollbar",
"vue-plugin",
"frontend",
"滚动条"
],
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"node-sass": "^4.5.3",
"perfect-scrollbar": "^1.4.0",
"sass-loader": "^4.1.1",
"scss-loader": "0.0.1",
"style-loader": "^0.13.1",
"vue": "^2.4.2",
"vue-loader": "^10.3.0",
"vue-router": "^2.7.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.5.1",
"webpack-dev-server": "^3.1.11"
}
}