-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"overrides": {
"vue": "latest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@nuxtjs/composition-api": "^0.34.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.4",
"@primevue/themes": "^4.0.7",
"@vueup/vue-quill": "^1.0.0-alpha.40",
"core-js": "^3.38.1",
"nuxt": "^3.12.4",
"pinia": "^2.2.2",
"postmark": "^4.0.5",
"primevue": "^4.0.7",
"qs": "^6.13.0",
"quill": "^2.0.2",
"shaka-player": "^4.11.4",
"tiny-slider": "^2.9.4",
"uuid": "^10.0.0",
"video.js": "^8.17.4",
"vue": "latest",
"vue-markdown-render": "^2.2.1"
},
"devDependencies": {
"@primevue/nuxt-module": "^4.0.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"tailwindcss": "^3.4.8"
}
}