3f1e80051f
* feat: static site
* feat: mui support & basic theming
* feat: entgamers favicon
* feat: public images until dynamic content can be used
* feat: entgamers & gaming assets
* feat: eslint extra rules
* feat: mui theme modifications
* feat: fontawesome, gsap, bundle analyzer
* feat: common interfaces
* feat: basic layout
* chore: upadted dependencies
* chore: updated dependencies
* feat: updated link styles
* feat: layout now have better interfaces
* feat: basic seo component
* feat: static website
* feat: env variable rules in .gitignore
* feat: added lint to pre-commit
* docs: initial documentation
* ci: deploy using pm2
* ci: pm2 configuration file
* ci: github action deploy preview
* ci: github action deploy production
* ci: env variables now pass to pm2
* fix: pass environment to actions
* feat: post deploy as sudo
* fix: pass only required env to deploy
* revert: deploy as sudo
Refs: 624b225
* fix: server use isomorphic-fetch
* ci: use yarn instead npm
* fix: glass text contrast
* fix: production git ref
* docs: deploy env vars
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "next-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"develop": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"postinstall": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@mui/material": "^5.10.6",
|
|
"formik": "^2.2.9",
|
|
"gsap": "^3.11.1",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"next": "12.3.1",
|
|
"next-connect": "^0.13.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sharp": "^0.31.0",
|
|
"swiper": "^8.4.2",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.1.2",
|
|
"@commitlint/config-conventional": "^17.1.0",
|
|
"@emotion/eslint-plugin": "^11.10.0",
|
|
"@next/bundle-analyzer": "^12.3.1",
|
|
"@types/isomorphic-fetch": "^0.0.36",
|
|
"@types/node": "18.7.18",
|
|
"@types/react": "18.0.20",
|
|
"@typescript-eslint/eslint-plugin": "^5.38.0",
|
|
"@typescript-eslint/parser": "^5.38.0",
|
|
"eslint": "^8.23.1",
|
|
"eslint-config-next": "12.3.1",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-n": "^15.2.5",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.1",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"husky": "^8.0.1",
|
|
"typescript": "4.8.3"
|
|
}
|
|
}
|