-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "musicpal",
"version": "0.1.0",
"description": "useful tools for music lover",
"main": "src/index.js",
"scripts": {
"format": "prettier . --write",
"build": "npm run build --ws",
"typecheck": "npm run typecheck --ws",
"clean": "npm run clean --ws",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jichang/MusicPal.git"
},
"author": "Ji Chang",
"license": "ISC",
"bugs": {
"url": "https://github.com/jichang/MusicPal/issues"
},
"homepage": "https://github.com/jichang/MusicPal#readme",
"workspaces": [
"packages/common",
"packages/music",
"packages/metronome",
"packages/tuner",
"packages/sightear",
"packages/splitter",
"packages/website"
],
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@fluent/react": "^0.15.2",
"@musicpal/common": "^1.0.0",
"@musicpal/music": "^1.0.0",
"antd": "^5.11.5",
"classnames": "^2.3.2",
"comlink": "^4.4.1",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"typescript": "^5.2.2"
}
}