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.12",
|
|
"@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.0",
|
|
"entgamers-panda-preset": "0.1.0",
|
|
"formik": "^2.4.4",
|
|
"framer-motion": "^10.16.4",
|
|
"gsap": "^3.12.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"next": "13.4.19",
|
|
"next-connect": "^1.0.0",
|
|
"node-appwrite": "^11.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sharp": "^0.32.5",
|
|
"yup": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.4.3",
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
"@pandacss/dev": "^0.23.0",
|
|
"@types/isomorphic-fetch": "^0.0.36",
|
|
"@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": "*"
|
|
}
|
|
} |