27 lines
541 B
JSON
27 lines
541 B
JSON
{
|
|
"name": "gacapi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next build && next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.26.1",
|
|
"canvas": "^2.9.0",
|
|
"canvaskit-wasm": "^0.33.0",
|
|
"express": "^4.17.3",
|
|
"fs": "^0.0.1-security",
|
|
"next": "12.1.0",
|
|
"path": "^0.12.7",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.11.0",
|
|
"eslint-config-next": "12.1.0"
|
|
}
|
|
}
|