56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "next-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"develop": "next dev",
|
|
"build": "next build",
|
|
"prestart": "yarn install && next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prepare": "panda codegen && husky install"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/open-sans": "^5.0.20",
|
|
"@fontsource/permanent-marker": "^5.0.8",
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"appwrite": "^13.0.1",
|
|
"entgamers-database": "^0.0.5",
|
|
"entgamers-panda-preset": "0.1.1",
|
|
"formik": "^2.4.5",
|
|
"framer-motion": "^10.17.6",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"next": "^14.0.4",
|
|
"node-appwrite": "^11.1.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sharp": "^0.33.1",
|
|
"yup": "^1.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.4.4",
|
|
"@commitlint/config-conventional": "^18.4.4",
|
|
"@pandacss/dev": "^0.23.0",
|
|
"@types/isomorphic-fetch": "^0.0.39",
|
|
"@types/node": "^20.10.6",
|
|
"@types/react": "^18.2.46",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
|
"@typescript-eslint/parser": "^5.38.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-next": "latest",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-config-standard-with-typescript": "latest",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-react": "latest",
|
|
"husky": "^8.0.3",
|
|
"typescript": "*"
|
|
}
|
|
}
|