games/package.json
Florian Bouillon 40f1e296af
Updated Infrastructure
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-07 22:32:51 +02:00

41 lines
985 B
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",
"critters": "^0.0.10",
"easy-sitemap": "^1.0.0",
"next": "^10.0.3",
"next-compose-plugins": "^2.2.0",
"next-plausible": "^1.6.1",
"next-pre-css": "^1.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"stylus": "^0.54.7",
"stylus-loader": "^6.0.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"
}
}