-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "webmidicon",
"version": "2.0.0",
"description": "My MIDI instruments",
"author": "Thai Pangsakulyanont <[email protected]>",
"license": "MIT",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@dtinth/sharp11-browserified": "https://github.com/dtinth/sharp11-browserified/archive/refs/tags/v2.0.2-1.tar.gz",
"emotion": "^9.2.6",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"markdown-it": "^12.0.4",
"mobx": "^6.1.8",
"mobx-react": "^7.1.0",
"nanostores": "^0.9.3",
"nanostores-computed-dynamic": "^0.2.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-emotion": "^9.2.6",
"react-error-boundary": "^3.1.3",
"react-router-dom": "^5.2.0",
"reakit": "^1.3.7",
"reselect": "^4.0.0",
"twind": "^0.16.10",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"@playwright/test": "^1.27.1",
"@types/lodash-es": "^4.17.9",
"@types/markdown-it": "^12.0.1",
"@types/node": "^14.14.34",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/use-sync-external-store": "^0.0.3",
"@types/webmidi": "^2.0.4",
"@vitejs/plugin-react-refresh": "^1.3.1",
"firebase-tools": "^11.14.1",
"typescript": "^4.1.2",
"vite": "^2.0.5",
"vite-plugin-pwa": "^0.7.3"
}
}