manifest/nuxt/package.json

26 lines
576 B
JSON
Raw Normal View History

2023-02-22 21:19:55 +01:00
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt preview"
2023-02-22 21:19:55 +01:00
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.1",
2023-06-15 20:45:38 +02:00
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/i18n": "^8.0.0",
"@pinia/nuxt": "^0.5.1",
"nuxt": "^3.8.2"
2023-02-22 21:19:55 +01:00
},
"dependencies": {
"druxt": "^0.24.0",
"jsonapi-serializer": "^3.6.9",
"nuxt-proxy": "^0.4.1",
"pinia": "^2.1.7",
"string-strip-html": "^13.4.3"
2023-02-22 21:19:55 +01:00
}
}