init
This commit is contained in:
44
package.json
Normal file
44
package.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "client",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
"lint": "eslint . --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babylonjs/core": "^8.25.0",
|
||||
"@babylonjs/loaders": "^8.25.0",
|
||||
"@fontsource/roboto": "5.2.6",
|
||||
"@mdi/font": "7.4.47",
|
||||
"@types/babylonjs": "^2.4.5",
|
||||
"pinia": "^3.0.3",
|
||||
"popmotion": "^11.0.5",
|
||||
"uuid": "^13.0.0",
|
||||
"vue": "^3.5.17",
|
||||
"vuetify": "^3.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.0",
|
||||
"@types/node": "^22.9.0",
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"eslint": "^9.30.1",
|
||||
"eslint-config-vuetify": "^4.0.0",
|
||||
"npm-run-all2": "^7.0.2",
|
||||
"sass-embedded": "^1.89.2",
|
||||
"typescript": "~5.8.3",
|
||||
"unplugin-fonts": "^1.3.1",
|
||||
"unplugin-vue-components": "^28.8.0",
|
||||
"unplugin-vue-router": "^0.14.0",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-vuetify": "^2.1.1",
|
||||
"vue-router": "^4.5.1",
|
||||
"vue-tsc": "^3.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user