forked from NathanKun/resonance-columba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
42
43
{
"name": "resonance-columba",
"repository": "https://github.com/nathankun/resonance-columba.git",
"license": "GPL-3.0-only",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@next/bundle-analyzer": "^14.1.3",
"@next/third-parties": "^14.1.3",
"@types/node": "18.17.1",
"@types/react": "18.2.66",
"@types/react-cookies": "^0.1.3",
"@types/react-dom": "18.2.22",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"firebase-admin": "^12.0.0",
"lru-cache": "^10.2.0",
"material-react-table": "^2.12.1",
"next": "14.1.3",
"postcss": "8.4.35",
"react": "18.2.0",
"react-cookie": "^7.1.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"typescript": "5.4.2"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"turbo": "^1.12.5"
}
}