-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 971 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
{
"name": "cors-service",
"version": "0.0.2",
"repository": "https://github.com/1hive/cors-service.git",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@pinata/sdk": "^2.1.0",
"@t3-oss/env-nextjs": "^0.6.0",
"next": "canary",
"next-connect": "1.0.0-next.4",
"node-fetch": "^3.3.2",
"react": "latest",
"react-dom": "latest",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^17.0.45",
"@types/react": "18.0.27",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "canary",
"jest": "^29.6.2",
"jest-environment-node": "^29.6.2",
"node-mocks-http": "^1.13.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"turbo": "^1.8.3",
"typescript": "4.9.5"
}
}