-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "ui-box",
"version": "1.0.0",
"description": "UI-Box",
"main": "src/dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && webpack",
"start": "npm run build && electron .",
"dev": "tsc -w && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flokleiser/UI-Box.git"
},
"author": "Flo Kleiser",
"license": "MIT",
"bugs": {
"url": "https://github.com/flokleiser/UI-Box/issues"
},
"homepage": "https://github.com/flokleiser/UI-Box#readme",
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"electron": "^31.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-loader": "^9.5.1",
"typescript": "^5.5.2",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"audiomotion-analyzer": "^4.5.0",
"framer-motion": "^11.2.12",
"wavesurfer.js": "^7.8.4"
}
}