games/package.json
Florian Bouillon 2143f9887e Started city builder like game
Signed-off-by: Avior <github@avior.me>
2022-09-05 00:43:12 +02:00

43 lines
1.0 KiB
JSON

{
"name": "@avior/games",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"server": "next start",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --config jext.config.js"
},
"dependencies": {
"@dzeio/components": "^0.10.1",
"@dzeio/object-util": "^1.2.0",
"critters": "^0.0.10",
"easy-sitemap": "^1.0.0",
"next": "^11.0.0",
"next-compose-plugins": "^2.2.0",
"next-plausible": "^1.6.1",
"next-pre-css": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"stylus": "^0.54.7",
"stylus-loader": "^6.0.0",
"tslib": "^2.4.0",
"typescript": "^4.1.3",
"webpack": "^5.37.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@types/favicons": "^6.2.0",
"@types/node": "^15.6.0",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.1.0",
"eslint-config-next": "^10.2.2",
"eslint-plugin-react": "^7.18.3",
"ts-node": "^9.1.1"
}
}