40 lines
1014 B
JSON
40 lines
1014 B
JSON
{
|
|
"name": "tono-frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=9.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite --force",
|
|
"build": "vite build --emptyOutDir",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src/",
|
|
"test": "node --test tests/**/*.test.mjs",
|
|
"test:coverage": "c8 --reporter=text --reporter=lcov node --test tests/**/*.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@xyflow/react": "^12.0.0",
|
|
"html-to-image": "^1.11.13",
|
|
"marked": "^17.0.5",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0",
|
|
"three": "^0.183.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/three": "^0.183.1",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"c8": "^10.1.3",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"typescript": "^6.0.2",
|
|
"typescript-eslint": "^8.58.0",
|
|
"vite": "^5.4.0"
|
|
}
|
|
}
|