-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 939 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 939 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
{
"name": "repertoire.chrisvogt.me",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"convert:csv": "node scripts/convert-csv-to-json.js"
},
"dependencies": {
"ag-grid-community": "^35.0.1",
"ag-grid-react": "^35.0.1",
"next": "^16.1.7",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"webmidi": "^3.1.12"
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.1.6",
"autoprefixer": "^10.4.20",
"csvtojson": "^2.0.10",
"eslint": "^9",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.17"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}