-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.19 KB
/
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
38
39
40
41
42
43
{
"name": "rhythm-cafe",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src"
},
"dependencies": {
"@react-hookz/web": "^15.1.0",
"clipboard-copy": "^4.0.1",
"clsx": "^1.2.1",
"immer": "^9.0.15",
"jotai": "1.12.0",
"jotai-immer": "https://pkg.csb.dev/jotai-labs/jotai-immer/commit/22030fc4/jotai-immer",
"just-random": "^3.2.0",
"just-sort-by": "^3.2.0",
"preact": "^10.11.3",
"react-virtual": "^2.10.4",
"redaxios": "^0.5.0",
"swr": "^2.0.0",
"the-new-css-reset": "^1.8.2",
"type-guards": "^0.15.0",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@preact/preset-vite": "^2.5.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^4.9.4",
"vite": "^4.0.3"
}
}