promogame-react-unity-template/package.json

52 lines
1.2 KiB
JSON

{
"name": "promogame-unity-template",
"private": true,
"version": "1.0.0",
"description": "zmp-blank-templates",
"repository": "",
"license": "UNLICENSED",
"browserslist": [
"Android >= 5",
"IOS >= 9.3",
"Edge >= 15",
"Safari >= 9.1",
"Chrome >= 49",
"Firefox >= 31",
"Samsung >= 5"
],
"scripts": {
"login": "zmp login",
"start": "zmp start",
"start-device": "zmp start -D",
"deploy": "zmp deploy"
},
"dependencies": {
"clsx": "^2.1.1",
"parse-path": "^7.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-unity-webgl": "^9.6.0",
"usehooks-ts": "^3.1.0",
"zmp-sdk": "latest",
"zmp-ui": "latest",
"zustand": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"postcss": "^8.4.38",
"postcss-cli": "^8.3.1",
"postcss-preset-env": "^6.7.0",
"sass": "^1.76.0",
"tailwindcss": "^3.4.3",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2",
"zmp-vite-plugin": "latest"
}
}