-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 890 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
{
"name": "guitar-chord-variation",
"version": "2.0.1",
"description": "Easy guitar chord variation finder.",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"author": "Risyanggi Azmi Faizin",
"license": "MIT",
"dependencies": {
"font-awesome": "^4.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tone": "^15.0.4"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"sass-embedded": "^1.80.5",
"typescript": "^5.2.2",
"vite": "^5.4.10",
"vite-plugin-sass": "^0.1.0"
},
"keywords": [],
"private": true
}