alas/web/package.json

29 lines
827 B
JSON
Raw Permalink Normal View History

2022-07-03 15:29:11 +00:00
{
"name": "alas-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "rm -rf service/openapi; openapi-generator-cli generate -i http://localhost:8000/openapi.json -o service/openapi -g typescript-fetch --additional-properties=supportsES6=true,npmVersion=6.9.0,typescriptThreePlus=true"
},
"dependencies": {
"bootstrap": "^5.1.3",
"lodash": "^4.17.21",
"next": "12.1.6",
"react": "18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.5.1",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"sass": "^1.53.0"
}
}