-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "pacer-editor",
"version": "2.1.3",
"author": "François Georgy <[email protected]> (http://studiocode.dev)",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"file-saver": "^2.0.5",
"immer": "^9.0.12",
"midi-manufacturers": "^1.1.0",
"mobx": "^6.3.13",
"mobx-react-lite": "^3.2.3",
"object-hash": "^2.2.0",
"parse-midi": "^2.0.2",
"query-string": "7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.5.3",
"react-router-dom": "^5.3.0",
"react-switch": "^6.0.0",
"storejs": "^2.0.1",
"tonal-dictionary": "^2.2.2",
"tonal-note": "^2.2.2",
"tonal-scale": "^2.2.2",
"typeface-open-sans-condensed": "^1.1.13",
"underscore": "^1.13.2",
"vite-plugin-replace": "^0.1.1",
"webmidi": "^2.5.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.1.4",
"vite": "^2.7.13",
"vite-plugin-pwa": "^0.11.13",
"workbox-window": "^6.4.2"
}
}