-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2 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": "knoq-r-ui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"dev": "vite",
"preview": "vite preview",
"test": "vitest --ui --coverage.enabled=true",
"generate": "openapi-typescript https://raw.githubusercontent.com/traPtitech/knoQ/master/docs/swagger.yaml -o src/lib/api/schema.d.ts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"date-fns": "^3.3.1",
"markdown-it": "^14.0.0",
"openapi-fetch": "^0.8.2",
"pinia": "^2.1.7",
"sass": "^1.70.0",
"swrv": "^1.0.4",
"vue": "^3.4.18",
"vue-router": "^4.2.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@eslint/js": "^8.56.0",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-interactions": "^7.6.13",
"@storybook/addon-links": "^7.6.13",
"@storybook/blocks": "^7.6.13",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.13",
"@storybook/vue3-vite": "^7.6.13",
"@types/eslint__eslintrc": "^2.1.1",
"@types/eslint__js": "^8.42.3",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vuejs-accessibility": "^2.2.1",
"openapi-typescript": "^6.7.4",
"openapi-typescript-helpers": "^0.0.6",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.13",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vitest": "^1.2.2",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
}
}