-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 923 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 923 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"build-ask-agent": "cd nova-components/AskAgent && npm run dev",
"build-ask-agent-prod": "cd nova-components/AskAgent && npm run prod",
"build-recent-messages": "cd nova-components/RecentMessages && npm run dev",
"build-recent-messages-prod": "cd nova-components/RecentMessages && npm run prod"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/server-renderer": "^3.3.13",
"autoprefixer": "^10.4.16",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^5.0",
"vue": "^3.3.13"
}
}