-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 983 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": "guitar-solos",
"version": "1.0.0",
"description": "A website for rating guitar solos.",
"author": "bks1b",
"scripts": {
"test": "tsc & node dist/server",
"lint": "eslint src --fix"
},
"dependencies": {
"chart.js": "^4.4.0",
"chartjs-plugin-zoom": "^2.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jszip": "^3.10.1",
"mongodb": "^4.11.0",
"node-fetch": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/node-fetch": "^2.5.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/string-similarity": "^4.0.0",
"@types/youtube": "^0.0.47",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"eslint": "^8.27.0",
"eslint-plugin-import": "^2.26.0",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}