-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "fesujian",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build && cp pm2.config.cjs .output/server/",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@floating-ui/vue": "1.1.5",
"@formkit/auto-animate": "^0.8.2",
"@nuxtjs/strapi": "^1.12.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.4",
"@tailwindcss/typography": "^0.5.15",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"better-sqlite3": "8.7.0",
"dayjs-nuxt": "^2.1.11",
"floating-vue": "5.2.2",
"normalize.css": "^8.0.1",
"nuxt": "^3.13.2",
"nuxt-mail": "^5.0.1",
"qs": "^6.13.0",
"typed-vue3": "^0.0.2",
"vue": "^3.5.9",
"vue-final-modal": "^4.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@dword-design/functions": "^6.0.1",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/tailwindcss": "npm:@nuxtjs/tailwindcss@nightly",
"nuxt-lucide-icons": "^1.0.5",
"nuxt-particles": "^0.3.0",
"sass": "^1.79.3"
}
}