-
Notifications
You must be signed in to change notification settings - Fork 332
/
Copy pathpackage.json
61 lines (61 loc) · 1.62 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
61
{
"name": "vue-seamless-scroll",
"version": "1.1.23",
"description": "A simple, Seamless scrolling for Vue.js",
"main": "dist/vue-seamless-scroll.min.js",
"scripts": {
"build:debug": "cross-env NODE_ENV=debug webpack --config build/webpack.dist.js",
"build:prod": "cross-env NODE_ENV=production webpack --config build/webpack.dist.js",
"build:all": "npm run build:debug && npm run build:prod",
"unit:test": "cross-env BABEL_ENV=test karma start --single-run"
},
"author": "chenxuan",
"repository": {
"type": "git",
"url": "git+https://github.com/chenxuan0000/vue-seamless-scroll"
},
"keywords": [
"vue",
"vuejs",
"ui",
"components",
"Seamless",
"scroll"
],
"dependencies": {
"comutils": "^1.1.9"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.19",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"css-loader": "^0.28.7",
"deep-assign": "^3.0.0",
"file-loader": "^1.1.4",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.9",
"mocha": "^5.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vue-loader": "^13.0.5",
"vue-router": "^3.0.1",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"license": "ISC"
}