-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 894 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 894 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@headlessui/react": "^1.4.0",
"@material-ui/core": "^4.12.3",
"@popperjs/core": "^2.9.3",
"@reach/menu-button": "^0.16.1",
"@supabase/supabase-js": "^1.22.2",
"ace-builds": "^1.4.12",
"axios": "^0.21.1",
"codemirror": "^5.62.2",
"next": "latest",
"nprogress": "^0.2.0",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-ace": "^8.0.0",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.0",
"react-icons": "^4.2.0",
"react-iframe-click": "^2.0.2",
"screenfull": "^5.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}