mirror of
https://github.com/Aviortheking/games.git
synced 2025-04-22 02:42:09 +00:00
43 lines
1013 B
JSON
43 lines
1013 B
JSON
{
|
|
"name": "@avior/games",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"test": "jest --config jext.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/components": "^1.0.0-beta.10",
|
|
"@dzeio/listener": "^1.0.3",
|
|
"@dzeio/object-util": "^1",
|
|
"critters": "^0.0.16",
|
|
"easy-sitemap": "^1",
|
|
"lucide-react": "^0.102.0",
|
|
"next": "^12",
|
|
"next-compose-plugins": "^2",
|
|
"next-plausible": "^3",
|
|
"next-pre-css": "https://github.com/tcgdex/next-pre-css.git",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"stylus": "^0.59.0",
|
|
"stylus-loader": "^7",
|
|
"typescript": "^4",
|
|
"webpack": "^5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7",
|
|
"@types/favicons": "^6",
|
|
"@types/node": "^18",
|
|
"@types/react": "18.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
"@typescript-eslint/parser": "^5",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^12",
|
|
"eslint-plugin-react": "^7",
|
|
"ts-node": "^10"
|
|
}
|
|
}
|