-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
35
36
37
38
39
40
41
42
43
44
45
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"generate:spec": "cross-env ts-node server/adapter/resources/services/paths.ts > server/adapter/resources/services/spec.json",
"codegen": "orval --config ./orval.config.js"
},
"dependencies": {
"assert-plus": "^1.0.0",
"axios": "^0.25.0",
"connect": "^3.7.0",
"express-http-context": "^1.2.4",
"http-status-codes": "^2.2.0",
"joi-to-json": "^2.2.0",
"joiful": "^3.0.2",
"lodash": "^4.17.21",
"next": "latest",
"next-connect": "^0.12.1",
"next-query-params": "^2.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.34.15",
"typedi": "^0.10.0",
"typeorm": "^0.2.41",
"underscore": "^1.13.2"
},
"devDependencies": {
"@types/faker": "^5.5.9",
"@types/jest": "^27.4.0",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"cross-env": "^7.0.3",
"faker": "^5.5.3",
"jest": "^27.5.1",
"lllog": "^1.1.2",
"orval": "^6.6.0",
"ts-node": "^10.5.0",
"ts-sinon": "^2.0.2",
"typescript": "4.5.5"
}
}