-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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": "woo-ui",
"version": "1.0.5",
"description": "Woo UI",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name woo ./src/index.js",
"test": "cross-env BABEL_ENV=test karma start --single-run",
"karma": "cross-env BABEL_ENV=test karma start",
"test:unit-watch": "vue-cli-service test:unit --watch",
"coverall": "cat coverage/lcov.info | coveralls"
},
"main": "dist/woo.umd.min.js",
"dependencies": {
"core-js": "^3.6.4",
"vue": "^2.6.11"
},
"author": "Lil-C0der",
"license": "MIT",
"keywords": [
"Vue",
"Vue.js",
"UI",
"woo-ui"
],
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-unit-mocha": "^4.3.1",
"@vue/cli-service": "~4.3.0",
"@vue/test-utils": "^1.0.3",
"@vuepress/plugin-active-header-links": "^1.5.0",
"@vuepress/plugin-back-to-top": "^1.5.0",
"@vuepress/plugin-nprogress": "^1.5.0",
"babel-plugin-istanbul": "^5.2.0",
"cache-loader": "^4.1.0",
"chai": "^4.1.2",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"karma": "^5.0.9",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"mocha": "^7.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.5.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}