-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier . --write"
},
"devDependencies": {
"@hypernym/nuxt-anime": "^2.1.1",
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@nuxtjs/i18n": "^10.2.1",
"@nuxtjs/tailwindcss": "^6.10.4",
"autoprefixer": "^10.4.17",
"nuxt": "^4.3.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vue": "^3.4.10",
"vue-router": "^4.2.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"prettier": "^3.2.2",
"vue-i18n": "^11.2.8"
}
}