Polarcraft/webv2/package.json
Xeovalyte 795c221453
Some checks failed
Build and Deploy / Deploy Web (push) Has been cancelled
Build and Deploy / Deploy Discord Bot (push) Has been cancelled
added web version 2
2023-06-01 22:06:11 +02:00

23 lines
477 B
JSON

{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18",
"eslint": "^8.41.0",
"nuxt": "^3.5.2"
},
"dependencies": {
"@nuxt/eslint-config": "^0.1.1",
"typescript": "^5.0.4",
"vue-tsc": "^1.6.5"
}
}