* Chore disable git submodule for web-client and app-backend * Chore add newest source code of app-backend and web-client --------- Co-authored-by: Hien To <tominhhien97@gmail.com>
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "jan-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"compile": "tsc --noEmit -p . --pretty",
|
|
"configure": "op read op://Shared/WebDevelopmentEnv/.env > .env && op read op://Shared/WebDevelopmentFirebaseConfig/firebase_configs.json > app/_services/firebase/firebase_configs.json",
|
|
"generate": "graphql-codegen --config codegen.ts",
|
|
"watch": "graphql-codegen -w"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.8.1",
|
|
"@headlessui/react": "^1.7.15",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/node": "20.4.2",
|
|
"@types/react": "18.2.15",
|
|
"@types/react-dom": "18.2.7",
|
|
"@types/react-syntax-highlighter": "^15.5.7",
|
|
"autoprefixer": "10.4.14",
|
|
"classnames": "^2.3.2",
|
|
"embla-carousel": "^8.0.0-rc11",
|
|
"embla-carousel-react": "^8.0.0-rc11",
|
|
"eslint": "8.45.0",
|
|
"eslint-config-next": "13.4.10",
|
|
"graphql": "^16.8.0",
|
|
"graphql-ws": "^5.14.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"mobx": "^6.10.0",
|
|
"mobx-react-lite": "^4.0.3",
|
|
"mobx-state-tree": "^5.1.8",
|
|
"next": "13.4.10",
|
|
"next-auth": "^4.23.1",
|
|
"next-themes": "^0.2.1",
|
|
"postcss": "8.4.26",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.45.4",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "5.0.0",
|
|
"@graphql-codegen/client-preset": "4.1.0",
|
|
"@graphql-codegen/introspection": "4.0.0",
|
|
"@tailwindcss/forms": "^0.5.4",
|
|
"encoding": "^0.1.13"
|
|
}
|
|
}
|