38 lines
950 B
JSON
38 lines
950 B
JSON
{
|
|
"name": "rapidmodel",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write \"src/**/*.{ts,vue,css,html}\""
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^3.0.4",
|
|
"three": "^0.182.0",
|
|
"vue": "^3.5.24"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@types/node": "^24.10.1",
|
|
"@types/three": "^0.182.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-vue": "^10.7.0",
|
|
"happy-dom": "^20.4.0",
|
|
"prettier": "^3.8.1",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.54.0",
|
|
"vite": "^7.2.4",
|
|
"vitest": "^4.0.18",
|
|
"vue-tsc": "^3.1.4"
|
|
}
|
|
}
|