-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "vue-glory-ui",
"version": "0.0.3",
"description": "这是一个UI框架",
"main": "dist/GloryLib.umd.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "NODE_ENV=production vuepress build docs",
"build": "vue-cli-service build --target lib --name GloryLib src/index.js",
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"test": "karma start --single-run",
"test:old": "vue-cli-service test:unit",
"test:unit": "vue-cli-service test:unit",
"test:watch": "vue-cli-service test:unit --watch"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-plugin-unit-mocha": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"@vue/test-utils": "^1.0.3",
"add": "^2.0.6",
"chai": "^4.1.2",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^5.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"sinon": "^11.1.1",
"sinon-chai": "^3.7.0",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.8.2",
"yarn": "^1.22.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}