forked from joshwcomeau/beatmapper
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.91 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.91 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "beatmapper",
"version": "0.5.0",
"type": "module",
"private": true,
"packageManager": "yarn@4.13.0",
"scripts": {
"prepare": "yarn prepare:panda",
"prepare:panda": "panda codegen --clean",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "biome check --no-errors-on-unmatched",
"test": "vitest"
},
"dependencies": {
"@ark-ui/react": "^5.34.1",
"@fontsource-variable/inconsolata": "^5.2.8",
"@fontsource-variable/oswald": "^5.2.8",
"@fontsource-variable/raleway": "^5.2.8",
"@mdx-js/mdx": "^3.1.1",
"@react-spring/three": "^10.0.3",
"@react-spring/web": "^10.0.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@reduxjs/toolkit": "^2.11.2",
"@standard-schema/spec": "^1.1.0",
"@std/collections": "jsr:^1.1.6",
"@std/media-types": "jsr:^1.1.0",
"@std/path": "jsr:^1.1.4",
"@std/random": "jsr:^0.1.5",
"@std/text": "jsr:^1.0.17",
"@tanstack/react-form": "^1.28.5",
"@tanstack/react-pacer": "^0.21.0",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-router": "^1.168.3",
"@tanstack/react-table": "^8.21.3",
"@zag-js/anatomy": "^1.37.0",
"@zag-js/color-utils": "^1.37.0",
"@zag-js/core": "^1.37.0",
"@zag-js/file-utils": "^1.37.0",
"@zag-js/react": "^1.37.0",
"@zag-js/utils": "^1.37.0",
"bsmap": "patch:bsmap@npm%3A2.3.2#~/.yarn/patches/bsmap-npm-2.3.2-23d72a3a83.patch",
"date-fns": "^4.1.0",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"idb": "^8.0.3",
"lucide-react": "^1.0.1",
"postprocessing": "^6.39.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-redux": "^9.2.0",
"redux-state-sync": "^3.1.4",
"redux-undo": "^1.1.0",
"three": "^0.183.2",
"unstorage": "^1.17.4",
"valibot": "^1.3.1",
"waveform-data": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@pandacss/dev": "^1.9.1",
"@pandacss/types": "^1.9.1",
"@tanstack/devtools-vite": "^0.6.0",
"@tanstack/react-devtools": "^0.10.0",
"@tanstack/react-form-devtools": "^0.2.19",
"@tanstack/react-pacer-devtools": "^0.6.0",
"@tanstack/react-query-devtools": "^5.95.2",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/router-cli": "^1.166.18",
"@tanstack/router-plugin": "^1.167.4",
"@tanstack/virtual-file-routes": "^1.161.7",
"@types/file-saver": "^2.0.7",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/redux-state-sync": "^3.1.10",
"@types/three": "^0.183.1",
"@velite/plugin-vite": "^0.0.2",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^6.0.1",
"concurrently": "^9.2.1",
"lefthook": "^2.1.4",
"mdx": "^0.3.1",
"rehype-expressive-code": "^0.41.7",
"rehype-github-alerts": "^4.2.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"typescript": "^6.0.2",
"velite": "^0.3.1",
"vite": "^8.0.2",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.1.1"
}
}