-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.03 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "chord-practise",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"preview": "vite preview",
"postbuild": "bash scripts/update-html.sh"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@uidotdev/usehooks": "^2.4.1",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.1",
"idb-keyval": "^6.2.1",
"lodash-es": "^4.17.21",
"motion": "^12.4.4",
"pitchfinder": "^2.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.2",
"react-router-dom": "^6.26.0",
"tonal": "^6.0.1",
"tone": "^15.0.4",
"uplot": "^1.6.32",
"web-vitals": "^2.1.4",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"dependency-cruiser": "^16.10.4",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-unused-imports": "^4.2.0",
"globals": "^16.3.0",
"imagemin": "^9.0.1",
"imagemin-webp": "^8.0.0",
"jiti": "^2.5.1",
"postcss": "^8.4.49",
"prettier": "^3.6.2",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^3.4.17",
"tsx": "^4.20.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.40.0",
"vite": "^5.2.0",
"vite-plugin-checker": "^0.9.1",
"vite-plugin-imagemin": "^0.6.1"
}
}