-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.24 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
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
{
"name": "@umstek/listen",
"version": "0.2.1",
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"scripts": {
"clean": "rimraf dist",
"start": "vite --host --open",
"build": "tsc && vite build",
"serve": "vite preview",
"format": "prettier --write .",
"lint": "eslint .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@headlessui/react": "1.7.19",
"@mdx-js/react": "^2.1.5",
"@sinclair/typebox": "^0.33.0",
"@storybook/addon-docs": "^6.5.14",
"dexie": "3.2.7",
"dexie-react-hooks": "1.1.7",
"events": "3.3.0",
"luxon": "3.5.0",
"music-metadata-browser": "2.5.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "4.12.0",
"rxdb": "^13.13.5",
"rxjs": "7.8.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@esbuild-plugins/node-modules-polyfill": "0.2.2",
"@storybook/addon-essentials": "^7.0.0-alpha.54",
"@storybook/addon-interactions": "^7.0.0-alpha.54",
"@storybook/addon-links": "^7.0.0-alpha.54",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^7.0.0-alpha.54",
"@storybook/react-vite": "7.6.20",
"@storybook/testing-library": "^0.2.0",
"@testing-library/react": "13.4.0",
"@types/chai": "4.3.20",
"@types/events": "3.0.3",
"@types/luxon": "3.4.2",
"@types/mocha": "10.0.9",
"@types/node": "18.19.61",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/wicg-file-system-access": "2020.9.8",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vitejs/plugin-react": "2.2.0",
"autoprefixer": "10.4.20",
"chai": "4.5.0",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-storybook": "^0.10.0",
"postcss": "8.4.47",
"postcss-import": "15.1.0",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"rollup-plugin-node-polyfills": "0.2.1",
"storybook": "^7.0.0-alpha.54",
"tailwindcss": "3.4.14",
"typescript": "4.9.5",
"vite": "3.2.11",
"vite-tsconfig-paths": "3.6.0"
}
}