generated from UoaWDCC/react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "aspa-portal-v3",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:frontend": "cd frontend && npm run dev",
"install:frontend": "cd frontend && yarn install",
"install:backend": "cd backend && yarn install",
"install:ci": "yarn install",
"install:all": "yarn install:frontend && yarn install:backend",
"dev:frontend": "cd frontend && yarn dev",
"dev:backend": "cd backend && yarn dev",
"bundle:docs": "cd backend && cd scripts && cd javascript && node api-json-gen.cjs",
"delete:api-client": "if [ -d frontend/src/api-client ]; then rm -r frontend/src/api-client; fi",
"generate:api-client": "yarn delete:api-client && openapi-generator-cli generate --openapitools openapitools.json",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@next/font": "^14.2.4",
"@openapitools/openapi-generator-cli": "^2.13.4",
"@types/express": "^4.17.21",
"@types/swagger-ui-express": "^4.1.6",
"prettier": "^3.3.3",
"react": "^18.3.1"
},
"devDependencies": {
"husky": "^9.1.4"
}
}