-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
46
47
48
49
50
{
"name": "waldo.vision",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"clean": "turbo run clean",
"checks": "turbo run build lint",
"build": "turbo run build",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\""
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.30.0",
"eslint-config-custom": "0.0.0",
"prettier": "latest",
"tsconfig": "0.0.0",
"turbo": "latest",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@chakra-ui/layout": "^2.1.11",
"@chakra-ui/provider": "^2.0.25",
"@heroicons/react": "^2.0.13",
"@marsidev/react-turnstile": "^0.0.5",
"async-ratelimiter": "^1.3.5",
"dotenv": "^16.0.3",
"eslint-plugin-prettier": "^4.2.1",
"install": "^0.13.0",
"ioredis": "^5.2.4",
"next-auth": "^4.16.4",
"node-fetch": "^3.3.0",
"node-redis": "^0.1.7",
"npm": "^9.1.1",
"react-icons": "^4.6.0",
"redis": "^4.5.1"
},
"packageManager": "[email protected]"
}