-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.51 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
{
"name": "web-metronome",
"private": true,
"version": "0.0.0",
"description": "A free, simple, lightweight online metronome with everything you need for practicing music. Accurate BPM and easy to use.",
"homepage": "https://jeonjaewon.github.io/web-metronome",
"keywords": [
"metronome",
"online metronome",
"web metronome",
"music",
"BPM",
"practice",
"free metronome"
],
"type": "module",
"packageManager": "pnpm@10.19.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@mantine/core": "^8.1.2",
"@mantine/hooks": "^8.1.2",
"clsx": "^2.1.1",
"dogu-utils": "^0.0.8",
"immer": "^10.1.1",
"motion": "^12.20.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vanilla-extract/css": "^1.17.4",
"@vanilla-extract/vite-plugin": "^5.0.7",
"@vitejs/plugin-react-swc": "^3.10.2",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"postcss": "^8.5.5",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}