-
-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 776 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 776 Bytes
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
{
"name": "@app/lib",
"version": "0.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"test": "cross-env NODE_ENV=test NODE_OPTIONS=\"${NODE_OPTIONS:-} -r @app/config/env\" jest"
},
"dependencies": {
"@apollo/client": "3.4.17",
"graphql": "^15.8.0",
"graphql-ws": "^5.11.3",
"next": "^14.2.10",
"next-with-apollo": "^5.3.0",
"rc-field-form": "^1.27.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.5.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/zxcvbn": "^4.4.1",
"cross-env": "^7.0.3",
"express": "^4.20.0",
"jest": "^29.4.3",
"postgraphile": "^4.13.0",
"typescript": "^5.0.0-beta"
}
}