-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 845 Bytes
/
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
{
"name": "openai-web-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"copy-to-clipboard": "^3.3.3",
"markdown-it": "^13.0.1",
"naive-ui": "^2.34.3",
"pinia": "^2.0.35",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@kiritaniayaka/eslint-config": "^0.2.0",
"@types/markdown-it": "^12.2.3",
"@unocss/reset": "^0.51.8",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vueuse/core": "^10.1.2",
"axios": "^1.4.0",
"eslint": "^8.39.0",
"openai": "^3.2.1",
"typescript": "^5.0.2",
"unocss": "^0.51.8",
"vite": "^4.3.2",
"vue-tsc": "^1.4.2"
}
}