29 lines
889 B
JSON
29 lines
889 B
JSON
{
|
|
"name": "itsc-timetable",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"esbuild": "./node_modules/.bin/esbuild --bundle --tsconfig=entrypoints/tsconfig.json --alias:'@'='./' --outdir=entrypoints --splitting --format=esm entrypoints/index.tsx entrypoints/edit/index.tsx entrypoints/report/index.tsx entrypoints/control/index.tsx --minify",
|
|
"dev": "next dev -p 4000",
|
|
"build": "next build",
|
|
"start": "next start -p 4000",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.1.6",
|
|
"@types/glob": "^8.0.1",
|
|
"@types/node": "18.11.18",
|
|
"@types/react": "18.0.27",
|
|
"@types/react-dom": "18.0.10",
|
|
"esbuild": "^0.17.5",
|
|
"eslint": "8.33.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"glob": "^8.1.0",
|
|
"mongodb": "5.0",
|
|
"next": "13.1.6",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "4.9.5"
|
|
}
|
|
}
|