-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "composing.studio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^1.7.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@monaco-editor/react": "^4.3.1",
"abcjs": "^5.12.0",
"cstudio-wasm": "file:./cstudio-wasm/pkg",
"framer-motion": "^4.1.17",
"lodash.debounce": "^4.0.8",
"nanoid": "^3.1.30",
"project-name-generator": "^2.1.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-full-page": "^0.1.12",
"react-icons": "^4.3.1",
"react-router-dom": "^6.0.2",
"react-scroll": "^1.8.4",
"react-split": "^2.0.13",
"use-debounce": "^7.0.1",
"use-local-storage-state": "^11.0.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/project-name-generator": "^2.1.1",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/react-scroll": "^1.8.3",
"@vitejs/plugin-react": "^1.0.8",
"monaco-editor": "^0.30.1",
"prettier": "2.4.1",
"typescript": "~4.4.4",
"vite": "^2.6.14"
}
}