-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.69 KB
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
58
59
60
61
62
63
64
65
66
{
"name": "midi-musicxml-seq",
"version": "0.0.1",
"private": true,
"homepage": "https://romot-co.github.io/midi-musicxml-seq/",
"dependencies": {
"@popperjs/core": "^2.11.8",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@tonejs/midi": "^2.0.27",
"bootstrap": "^5.3.5",
"fast-xml-parser": "^5.2.0",
"jaco": "^4.0.0",
"lisan": "^0.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^7.5.2",
"reactstrap": "^9.2.3",
"remixicon": "^2.5.0",
"wanakana": "^4.0.2"
},
"scripts": {
"lisan:compile": "lisan compile",
"dev": "concurrently \"npm run lisan:compile -- -w\" \"vite\"",
"build": "npm run lisan:compile & vite build",
"preview": "vite preview --host 0.0.0.0 --port $PORT",
"test": "vitest",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"gh-pages": "^6.3.0",
"lisan-cli": "^0.1.1",
"prettier": "^1.19.1",
"sass": "^1.54.5",
"vite": "^6.3.4",
"vitest": "^3.1.1"
},
"overrides": {
"json5": "^2.2.3"
}
}