-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "my-app",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "run-s build preview:wrangler",
"preview:wrangler": "wrangler pages dev",
"deploy:wrangler": "wrangler pages deploy",
"deploy": "run-s build deploy:wrangler",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue ."
},
"keywords": [],
"author": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"wrangler": "^3.64.0"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"@vue/server-renderer": "^3.4.31",
"cross-fetch": "^4.0.0",
"lucide-vue-next": "^0.468.0",
"unplugin-vue-markdown": "^0.26.2",
"vike": "^0.4.179",
"vike-cloudflare": "^0.0.4",
"vike-vue": "^0.7.6",
"vue": "^3.4.31"
}
}