knowyt/client/package.json

36 lines
837 B
JSON
Raw Normal View History

2021-07-30 14:54:40 +00:00
{
"name": "knowyt",
2024-02-19 07:10:09 +00:00
"version": "3.4",
2021-07-30 14:54:40 +00:00
"private": true,
"scripts": {
"lint": "tsc-strict",
2021-07-30 14:54:40 +00:00
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
2023-06-18 09:16:49 +00:00
"setup": "pnpm install"
2021-07-30 14:54:40 +00:00
},
"devDependencies": {
"@types/node": "^18.19.17",
"http-proxy": "^1.18.1",
"nuxt": "^3.10.2",
"sass": "^1.71.0",
"sass-loader": "^13.3.3",
"typescript-strict-plugin": "^2.3.0",
"webpack": "^5.90.2"
2022-07-29 13:00:29 +00:00
},
"dependencies": {
2023-06-18 09:16:49 +00:00
"@pinia/nuxt": "^0.4.11",
"@vue/reactivity": "^3.4.19",
"@vue/runtime-core": "^3.4.19",
"@vue/runtime-dom": "^3.4.19",
"@vue/shared": "^3.4.19",
2023-06-18 09:16:49 +00:00
"nuxt-icons": "^3.2.1",
"ofetch": "^1.3.3",
"query-string": "^8.2.0",
"typescript": "^5.3.3",
"vue": "^3.4.19",
2023-06-18 09:16:49 +00:00
"vue-contenteditable": "^4.1.0",
"vue-router": "^4.2.5"
2021-07-30 14:54:40 +00:00
}
}