mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-22 02:42:08 +00:00
42 lines
1001 B
JSON
42 lines
1001 B
JSON
{
|
|
"name": "@avior/next-template",
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@dzeio/components": "git://github.com/dzeiocom/components#v1-alpha",
|
|
"@dzeio/config": "^1",
|
|
"lucide-react": "^0.90.00",
|
|
"next": "^12",
|
|
"next-compose-plugins": "^2",
|
|
"next-plausible": "^3",
|
|
"next-pre-css": "git://github.com/tcgdex/next-pre-css",
|
|
"next-seo": "^5",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"stylus": "^0.59.0",
|
|
"stylus-loader": "^7",
|
|
"typescript": "^4",
|
|
"webpack": "^5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7",
|
|
"@next/eslint-plugin-next": "^12",
|
|
"@types/node": "^18",
|
|
"@types/react": "^18",
|
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
"@typescript-eslint/parser": "^5",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^12",
|
|
"eslint-plugin-react": "^7"
|
|
}
|
|
}
|