mirror of
https://github.com/Aviortheking/games.git
synced 2025-07-16 11:49:51 +00:00
19
package.json
19
package.json
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@dzeio/url-shortener",
|
||||
"name": "@avior/games",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -10,31 +10,32 @@
|
||||
"test": "jest --config jext.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dzeio/components": "^0.2.1",
|
||||
"@zeit/next-css": "^1.0.1",
|
||||
"@zeit/next-stylus": "^1.0.1",
|
||||
"@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": "^4.46.0"
|
||||
"webpack": "^5.37.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.7",
|
||||
"@types/favicons": "^6.2.0",
|
||||
"@types/node": "^14.0.0",
|
||||
"@types/node": "^15.6.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.1",
|
||||
"@typescript-eslint/parser": "^4.14.1",
|
||||
"babel-preset-react-app": "^10.0.0",
|
||||
"eslint": "^7.1.0",
|
||||
"eslint-config-next": "^10.2.2",
|
||||
"eslint-plugin-react": "^7.18.3",
|
||||
"favicons": "^6.2.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"vercel": "^21.2.2"
|
||||
"vercel": "^22.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user