-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.78 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
62
{
"name": "zch-gulu",
"version": "0.1.0",
"main": "dist/gulu.umd.min.js",
"repository": "git@github.com:zch233/zch-ui.git",
"bugs": {
"url": "https://github.com/zch233/zch-ui/issues"
},
"homepage": "https://github.com/zch233/zch-ui/blob/master/README.md",
"author": "zhangchao <529743595@qq.com>",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"start": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name gulu src/index.js",
"test": "cross-env BABEL_ENV=test karma start --single-run",
"test:unit": "cross-env BABEL_ENV=test karma start",
"test:unit:old": "vue-cli-service test:unit"
},
"dependencies": {
"velocity-animate": "^1.5.2",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-unit-mocha": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/test-utils": "^1.0.0-beta.20",
"@vuepress/plugin-active-header-links": "^1.4.1",
"@vuepress/plugin-back-to-top": "^1.4.1",
"@vuepress/plugin-nprogress": "^1.4.1",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"highlight.js": "^10.0.0",
"karma": "^5.0.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-mocha": "^2.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^4.0.2",
"mocha": "^7.1.2",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.4.1"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}