-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.41 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
44
45
46
47
48
49
50
51
{
"name": "midishare",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write src/**/*.{ts,tsx,json}",
"gen": "cd scripts && node generate-manifest.mjs && cd .."
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-toggle-group": "1.0.4",
"@tailwindcss/forms": "0.5.7",
"@tanstack/react-table": "8.11.2",
"@types/react-dom": "18.2.18",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"lite-youtube-embed": "0.3.0",
"next": "14.0.4",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "2.2.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@next/bundle-analyzer": "14.0.4",
"@types/node": "20.10.6",
"@types/prettier": "3.0.0",
"@types/react": "18.2.46",
"autoprefixer": "10.4.16",
"bun-types": "1.0.20",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "8.4.32",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.10",
"sharp": "0.33.1",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"webmscore": "1.2.1"
}
}