mattercontrol/package.json

39 lines
950 B
JSON
Raw Normal View History

2026-01-28 22:34:23 -08:00
{
2026-01-29 00:32:11 -08:00
"name": "rapidmodel",
2026-01-28 22:34:23 -08:00
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
2026-01-28 22:41:50 -08:00
"preview": "vite preview",
2026-01-28 23:22:55 -08:00
"test": "vitest",
"test:run": "vitest run",
2026-01-28 22:41:50 -08:00
"lint": "eslint . --fix",
"format": "prettier --write \"src/**/*.{ts,vue,css,html}\""
2026-01-28 22:34:23 -08:00
},
"dependencies": {
2026-01-28 22:44:31 -08:00
"pinia": "^3.0.4",
2026-01-28 23:39:01 -08:00
"three": "^0.182.0",
2026-01-28 22:34:23 -08:00
"vue": "^3.5.24"
},
"devDependencies": {
2026-01-28 22:41:50 -08:00
"@eslint/js": "^9.39.2",
2026-01-28 22:34:23 -08:00
"@types/node": "^24.10.1",
2026-01-28 23:39:01 -08:00
"@types/three": "^0.182.0",
2026-01-28 22:34:23 -08:00
"@vitejs/plugin-vue": "^6.0.1",
2026-01-28 23:22:55 -08:00
"@vue/test-utils": "^2.4.6",
2026-01-28 22:34:23 -08:00
"@vue/tsconfig": "^0.8.1",
2026-01-28 22:41:50 -08:00
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.7.0",
2026-01-28 23:22:55 -08:00
"happy-dom": "^20.4.0",
2026-01-28 22:41:50 -08:00
"prettier": "^3.8.1",
2026-01-28 22:34:23 -08:00
"typescript": "~5.9.3",
2026-01-28 22:41:50 -08:00
"typescript-eslint": "^8.54.0",
2026-01-28 22:34:23 -08:00
"vite": "^7.2.4",
2026-01-28 23:22:55 -08:00
"vitest": "^4.0.18",
2026-01-28 22:34:23 -08:00
"vue-tsc": "^3.1.4"
}
}