-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "wavenerd",
"version": "0.2.4",
"license": "MIT",
"scripts": {
"all": "yarn lint && yarn clean && yarn build",
"clean": "rimraf dist/",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"devDependencies": {
"@0b5vr/experimental": "^0.8.0",
"@0b5vr/wavenerd-deck": "^0.7.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/language": "^6.10.1",
"@codemirror/view": "^6.26.3",
"@eslint/js": "^9.16.0",
"@iconify-json/mdi": "^1.1.19",
"@lezer/highlight": "^1.2.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@svgr/core": "^6.2.1",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"@types/styled-components": "^5.1.25",
"@types/throttle-debounce": "^5.0.2",
"@types/webmidi": "^2.0.4",
"@uiw/react-codemirror": "^4.22.1",
"@vitejs/plugin-react": "^1.3.1",
"eslint": "^9.16.0",
"eslint-interactive": "^11.1.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"jotai": "^2.10.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^3.0.2",
"simplebar-react": "^3.2.4",
"styled-components": "^5.3.5",
"symbol-observable": "^4.0.0",
"throttle-debounce": "^5.0.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.16.0",
"unplugin-icons": "^0.14.3",
"vite": "^2.9.5"
}
}