-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.14 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
63
64
65
66
67
68
69
70
71
{
"name": "ounce",
"version": "0.1.0",
"description": "Ounce UI is a Vue3-based UI toolkit for the web.",
"main": "index.js",
"private": true,
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development rollup -cw",
"cbuild": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue3/ounce.git"
},
"keywords": [
"vue3",
"component"
],
"author": "bruce jenn",
"license": "ISC",
"bugs": {
"url": "https://github.com/vue3/ounce/issues"
},
"homepage": "https://github.com/vue3/ounce#readme",
"dependencies": {
"core-js": "^3.6.5",
"dayjs": "^1.8.32",
"lodash": "^4.17.19",
"register-service-worker": "^1.7.1",
"vue": "^3.0.0-rc.5",
"vue-class-component": "^7.2.5",
"vue-property-decorator": "^9.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.159",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@vue/cli-plugin-babel": "~4.4.6",
"@vue/cli-plugin-eslint": "~4.4.6",
"@vue/cli-plugin-pwa": "~4.4.6",
"@vue/cli-plugin-router": "~4.4.6",
"@vue/cli-plugin-typescript": "~4.4.6",
"@vue/cli-plugin-vuex": "~4.4.6",
"@vue/cli-service": "~4.4.6",
"@vue/compiler-sfc": "^3.0.0-rc.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"cross-env": "^7.0.2",
"rollup": "^2.23.0",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-postcss": "^3.1.4",
"rollup-plugin-serve": "^1.0.3",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"rollup-plugin-vue": "^6.0.0-beta.10",
"eslint": "^7.6.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.0.0-beta.0",
"prettier": "^2.0.5",
"typescript": "~3.9.7",
"vue-cli-plugin-vue-next": "~0.1.3"
}
}