-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 745 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 745 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/image": "^2.0.0",
"@nuxtjs/plausible": "^2.0.1",
"@nuxtjs/tailwindcss": "^7.0.0-beta.1",
"@xwires/wireui": "^1.0.0",
"buffer": "^6.0.3",
"exifreader": "^4.32.0",
"fast-xml-parser": "^5.3.1",
"js-yaml": "^4.1.0",
"jsonlint-mod": "^1.7.6",
"nuxt": "^4.1.2",
"papaparse": "^5.5.3",
"showdown": "^2.1.0",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6"
}
}