41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "heart-project",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "node_modules/.bin/eslint . --fix",
|
|
"format": "node_modules/.bin/prettier --write ./src/",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"dotenv": "^16.5.0",
|
|
"tailwindcss": "^4.1.5",
|
|
"three": "^0.179.1",
|
|
"three-stdlib": "^2.36.0",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.1.0",
|
|
"@types/three": "^0.178.1",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-vue": "~10.0.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.1.2",
|
|
"prettier": "3.5.3",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vue-tsc": "^2.2.12"
|
|
}
|
|
}
|