-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.8 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
{
"name": "veresa",
"description": "A ui components library with vue.js",
"version": "0.0.0",
"author": "James Gao <[email protected]>",
"scripts": {
"lint": "eslint src --ext .js,.vue src",
"build": "node scripts/build.js",
"test:unit": "vue-cli-service test:unit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"files": [
"lib",
"es"
],
"keywords": [
"vue",
"component"
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.2.5",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addon-essentials": "^6.3.6",
"@storybook/addon-links": "^6.3.6",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storyshots": "^6.3.6",
"@storybook/vue3": "^6.3.6",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.1.5",
"@vue/test-utils": "^2.0.0-rc.11",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.0",
"lodash": "^4.17.21",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"rollup": "^2.55.1",
"rollup-plugin-vue": "^6.0.0",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5",
"vue": "^3.1.5",
"vue-jest": "^5.0.0-alpha.10",
"vue-loader": "^16.4.1"
},
"peerDependencies": {
"vue": "^3.1.5"
},
"license": "MIT"
}