-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.11 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.11 KB
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
{
"name": "optipilot",
"version": "1.0.0",
"license": "MPL-2.0",
"type": "module",
"scripts": {
"toolchain": "proto use",
"predev": "pnpm toolchain",
"dev": "vite build --watch --mode dev",
"preserve": "pnpm toolchain",
"serve": "vite",
"prebuild": "pnpm toolchain",
"build": "vue-tsc -b && vite build",
"prepreview": "pnpm toolchain",
"preview": "vite preview",
"precomponents": "pnpm toolchain",
"components": "storybook dev -p 4321",
"prebuild-storybook": "pnpm toolchain",
"build-storybook": "storybook build"
},
"dependencies": {
"@uppy/core": "^4.2.2",
"@uppy/drag-drop": "^4.0.3",
"@uppy/drop-target": "^3.0.1",
"@uppy/vue": "^2.0.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.1.0",
"ejs": "^3.1.10",
"mime": "^4.0.4",
"openai": "^4.71.1",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-vue": "^0.5.9",
"radash": "^12.1.0",
"unplugin-fonts": "^1.1.1",
"vue": "^3.5.12",
"vue-spinner": "^1.0.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-onboarding": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/test": "^8.3.5",
"@storybook/vue3": "^8.3.5",
"@storybook/vue3-vite": "^8.3.5",
"@types/chrome": "^0.0.280",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.1",
"eslint-plugin-no-switch-statements": "^1.0.0",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-storybook": "^0.9.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-vue": "^9.29.0",
"sass": "^1.79.5",
"storybook": "^8.3.5",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-svg-sprite": "^0.5.2",
"vue-tsc": "^2.1.6"
}
}