-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 841 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 841 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
{
"name": "playhere",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fluentui/react-components": "^9.20.1",
"@fluentui/react-icons": "^2.0.202",
"@supabase/supabase-js": "^2.22.0",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"dayjs": "^1.11.9",
"next": "13.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-player": "^2.13.0",
"recoil": "^0.7.7",
"typescript": "5.0.4"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/styled-components": "^5.1.26"
}
}