-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1015 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1015 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
37
38
39
{
"name": "shadowwork",
"version": "3.0.0",
"description": "Privacy-first protocol for ephemeral browser-based coding challenges",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "4.6.0",
"@supabase/supabase-js": "2.45.4",
"@webcontainer/api": "1.2.3",
"apify-client": "2.9.3",
"axios": "1.7.7",
"canvas-confetti": "1.9.3",
"framer-motion": "^12.23.26",
"lucide-react": "^0.561.0",
"monaco-editor": "0.50.0",
"next": "14.2.15",
"openai": "4.67.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rrweb": "2.0.0-alpha.17"
},
"devDependencies": {
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}