-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 871 Bytes
/
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
{
"name": "DBUGGR",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@formspree/react": "^2.4.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"axios": "^1.6.7",
"bootstrap-icons": "^1.10.3",
"dotenv": "^16.0.3",
"next": "latest",
"next-auth": "^4.20.1",
"next-themes": "latest",
"node": "^21.6.2",
"npm": "^10.4.0",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-rough-notation": "^1.0.1",
"wired-elements-react": "^0.1.5"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "^5.3.3",
"webpack": "^5.75.0"
}
}