-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1003 Bytes
/
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
46
{
"name": "ubahnchen",
"private": true,
"scripts": {
"dev": "yarn workspace ui run dev",
"init": "./scripts/init.sh",
"build": "turbo run build"
},
"workspaces": {
"packages": [
"hafas-client",
"packages/*"
]
},
"resolutions": {
"node-gyp": "9.1.0"
},
"dependencies": {
"@preconstruct/cli": "^2.2.2",
"@serverless/cloud": "^2.11.6",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^45.0.0",
"prettier": "^2.8.0",
"ts-node": "^10.9.1",
"turbo": "^1.6.3",
"typescript": "4.9.3"
},
"preconstruct": {
"packages": [
"hafas-client"
]
},
"volta": {
"node": "16.17.0",
"yarn": "1.22.18"
},
"devDependencies": {
"@chakra-ui/cli": "^2.1.8"
}
}