← back to Jim Gravity
jim-dultz-gravity/package.json
37 lines
{
"name": "jim-dultz-gravity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 9001",
"build": "next build",
"start": "next start -p 9001",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.1.0",
"lodash": "^4.17.21",
"lucide-react": "^0.544.0",
"matter-js": "^0.20.0",
"next": "^15.1.4",
"poly-decomp": "^0.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"svg-path-commander": "^2.0.3",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/matter-js": "^0.19.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}