-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/hooks": "^1.7.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@heroicons/react": "^1.0.5",
"@monaco-editor/react": "^4.3.1",
"@run-wasm/run-wasm": "0.0.3",
"@run-wasm/ts": "0.0.3",
"@supabase/supabase-js": "^1.25.0",
"@tailwindcss/forms": "^0.3.4",
"clsx": "^1.1.1",
"fathom-client": "^3.0.0",
"hashids": "^2.2.8",
"monaco-editor": "^0.30.1",
"nanoid": "^3.1.30",
"next": "^12.0.1",
"npm": "^8.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dom-confetti": "^0.2.0",
"swr": "^1.0.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"autoprefixer": "^10.3.7",
"postcss": "^8.3.9",
"tailwindcss": "^2.2.17",
"typescript": "4.0"
}
}