forked from sunny96087/ciaocraft-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 904 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
36
{
"name": "taiwakuji_web",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
"@pinia/nuxt": "^0.5.1",
"axios": "^1.7.1",
"chart.js": "^4.4.3",
"nuxt": "^3.11.2",
"nuxt-swiper": "^1.2.2",
"pinia": "^2.1.7",
"type-fest": "^4.18.2",
"vue": "^3.4.27",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt-icon": "^0.6.10",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}