-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 983 Bytes
/
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
{
"private": true,
"workspaces": [
"examples/*"
],
"peerDependencies": {
"@launchmenu/core": "^0.0.5-alpha.13",
"model-react": "^4.0.1",
"react": "^17.0.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
"@launchmenu/build-tools": "^0.1.0",
"@launchmenu/core": "^0.1.2",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@types/jest": "^26.0.0",
"@types/react": "^17.0.0",
"jest": "^26.0.1",
"model-react": "^4.0.1",
"react": "^17.0.0",
"ts-jest": "^26.1.0",
"electron": "^9.3.1",
"@launchmenu/applet-help": "^0.1.2",
"@launchmenu/applet-applet-manager": "^0.1.2",
"@launchmenu/applet-session-manager": "^0.1.2",
"@launchmenu/applet-settings-manager": "^0.1.2",
"@launchmenu/applet-window-manager": "^0.1.2",
"@launchmenu/applet-lm-recorder": "^0.1.2"
}
}