-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 874 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier-fix": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-switch": "^0.1.4",
"@stitches/react": "^1.2.6",
"near-api-js": "^0.44.2",
"@supabase/supabase-js": "^1.30.3",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.5.3",
"react-hook-form": "^7.27.0",
"react-icons": "^4.3.1",
"react-sidebar": "^3.0.2",
"react-use-wizard": "^2.1.2"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.23",
"typescript": "4.5.5"
}
}