-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "88play",
"private": true,
"version": "1.3.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"server": "http-server -c-1 ./dist --ssl --key ./cert/localhost+2-key.pem --cert ./cert/localhost+2.pem"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.12.0",
"md5": "^2.3.0",
"mucom88-js": "^0.4.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-file-drop": "^3.1.6",
"react-i18next": "^13.5.0",
"react-resizable-panels": "^0.0.43",
"utf16-to-sjis": "^1.1.1",
"webaudio-stream-player": "^1.1.0"
},
"devDependencies": {
"@types/i18next-browser-languagedetector": "^3.0.0",
"@types/md5": "^2.3.2",
"@types/react": "^18.0.28",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"http-server": "^14.1.1",
"typescript": "^5.0.2",
"vite": "^5.0.4",
"vite-plugin-pwa": "^0.17.2"
},
"keywords": [
"MUCOM88",
"YM2203",
"YM2608",
"FM",
"Chiptune"
],
"author": "Digital Sound Antiques",
"license": "CC BY-NC-SA 4.0"
}