-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.1 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
{
"name": "traPCollection",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "vue-tsc --noEmit && vite build",
"build:watch": "vite build --watch",
"lint": "eslint --fix --ext .js,.ts,.vue --cache .",
"lint:nofix": "eslint --ext .js,.ts,.vue --cache .",
"check": "vue-tsc --noEmit",
"gen-api": "ts-node scripts/generateApi.ts",
"clean": "rimraf src/lib/apis/generated",
"postinstall": "npm run gen-api",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@storybook/cli": "^6.5.12",
"pinia": "^2.0.22",
"storybook": "^6.5.12",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@openapitools/openapi-generator-cli": "^2.5.2",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-vite": "^0.2.2",
"@storybook/testing-library": "^0.0.13",
"@storybook/vue3": "^6.5.12",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@vicons/fa": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/compiler-sfc": "^3.2.39",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1",
"eslint": "^8.23.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.4",
"eslint-plugin-vue": "^9.4.0",
"naive-ui": "^2.33.3",
"prettier": "^2.7.1",
"rollup-plugin-brotli": "^3.1.0",
"sass": "^1.54.9",
"storybook-vue3-router": "^2.3.1",
"ts-morph": "^16.0.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vfonts": "^0.0.3",
"vite": "^3.1.1",
"vite-plugin-windicss": "^1.8.8",
"vue-loader": "^17.0.0",
"vue-tsc": "^0.40.13",
"windicss": "^3.5.6"
}
}