mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-05-28 00:39:54 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@avior/next-template",
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/components": "^0.11.2",
|
|
"@dzeio/config": "^1.0.0",
|
|
"critters": "^0.0.10",
|
|
"lucide-react": "^0.16.00",
|
|
"next": "^11.0.0",
|
|
"next-compose-plugins": "^2.2.0",
|
|
"next-pre-css": "^1.0.0",
|
|
"next-seo": "^4.28.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"stylus": "^0.55.0",
|
|
"stylus-loader": "^6.0.0",
|
|
"typescript": "^4.1.3",
|
|
"webpack": "^5.32.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.6",
|
|
"@next/eslint-plugin-next": "^11.0.0",
|
|
"@types/node": "^16.0.0",
|
|
"@types/react": "^17.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
|
"@typescript-eslint/parser": "^4.15.0",
|
|
"eslint": "^7.1.0",
|
|
"eslint-config-next": "^11.0.0",
|
|
"eslint-plugin-react": "^7.18.3",
|
|
"jest": "^27.0.6",
|
|
"react-test-renderer": "^17.0.2"
|
|
}
|
|
}
|