-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 893 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 893 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
27
28
29
30
31
32
33
34
35
36
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.3",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.1",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.3",
"flowbite": "^2.5.1",
"mysql2": "^3.11.0",
"nuxt": "^3.11.2",
"pg-hstore": "^2.3.4",
"postcss": "^8.4.41",
"prettier-plugin-tailwindcss": "^0.6.8",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7",
"tailwindcss": "^3.4.9",
"tailwindcss-bg-patterns": "^0.3.0",
"vue": "^3.4.21",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"prettier": "3.3.3"
}
}