Files
XgridConverter/package.json
Andreas Wilms 21e5be3e0b fixed exports
2026-03-10 11:46:59 +01:00

32 lines
695 B
JSON

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@playcanvas/splat-transform": "^1.8.0",
"jszip": "^3.10.1",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/webpack": "^5.28.5",
"copy-webpack-plugin": "^14.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5",
"webpack": "^5.105.4"
}
}