-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "vue-scroll-panel",
"version": "0.0.1",
"description": "A vue scroll panel",
"main": "index.js",
"scripts": {
"test": "karma start --single-run",
"test:w": "karma start",
"build": "webpack --config webpack.config.publish.js",
"start": "webpack-dev-server"
},
"author": "guoxun",
"license": "MIT",
"dependencies": {
"animated-scroll-to": "^2.0.3",
"scrollbooster": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"chai": "^4.2.0",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mocha": "^6.2.2",
"puppeteer": "^1.20.0",
"style-loader": "^1.0.0",
"serialize-javascript": ">=2.1.1",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}