-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "spooder-webui",
"version": "0.4.9",
"description": "Web interface for Spooder",
"main": "spooder.js",
"scripts": {
"start-front": "react-scripts start",
"build-front": "react-scripts build"
},
"author": "Grey Sole",
"license": "GPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@uiw/react-textarea-code-editor": "^2.0.6",
"@xzdarcy/react-timeline-editor": "^0.1.9",
"obs-websocket-js": "^5.0.0-beta.2",
"osc-js": "^2.3.2",
"path-browserify": "^1.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass": "^1.72.0",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"react-scripts": "^5.0.1"
},
"proxy": "http://localhost:3000",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}