mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "{{ hyphenCase name }}",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"gen:page": "npx -y simple-scaffold@latest -t templates/page -s false -o pages ",
|
|
"gen:component": "npx -y simple-scaffold@latest -t templates/component -s false -o components/atoms",
|
|
"build:docker": "docker build -t nextjs-docker .",
|
|
"start:docker": "docker run -p 3100:3000 nextjs-docker"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.9.3",
|
|
"@emotion/react": "^11.9.3",
|
|
"@emotion/server": "^11.4.0",
|
|
"@emotion/styled": "^11.9.3",
|
|
"@mui/icons-material": "^5.8.4",
|
|
"@mui/material": "^5.9.2",
|
|
"axios": "^0.27.2",
|
|
"lodash": "^4.17.21",
|
|
"mapbox-gl": "^2.9.2",
|
|
"mobx": "^6.6.1",
|
|
"mobx-react-lite": "^3.4.0",
|
|
"next": "12.2.3",
|
|
"next-i18next": "^11.3.0",
|
|
"next-images": "^1.8.4",
|
|
"next-transpile-modules": "^9.0.0",
|
|
"node-fetch": "^3.2.10",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-facebook-login": "^4.1.1",
|
|
"react-hook-form": "^7.34.0",
|
|
"react-query": "^3.39.2",
|
|
"react-responsive-carousel": "^3.2.23",
|
|
"react-use": "^17.4.0",
|
|
"stylis": "^4.1.1",
|
|
"stylis-plugin-rtl": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/mapbox-gl": "^2.7.5",
|
|
"@types/node": "18.6.2",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-dom": "18.0.6",
|
|
"@types/react-facebook-login": "^4.1.5",
|
|
"@types/stylis": "^4.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.34.0",
|
|
"@typescript-eslint/parser": "^5.34.0",
|
|
"css-loader": "^6.7.1",
|
|
"csv-parse": "^5.3.0",
|
|
"eslint": "8.20.0",
|
|
"eslint-config-next": "12.2.3",
|
|
"style-loader": "^3.3.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|