35 lines
821 B
JSON
35 lines
821 B
JSON
{
|
|
"name": "@studiox/frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "node bin.js",
|
|
"dev": "node bin.js -w"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@chakra-ui/core": "^0.6.1",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"debug": "^4.1.1",
|
|
"emotion-theming": "^10.0.27",
|
|
"osc-js": "^2.1.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-hook-form": "^5.1.1",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"split2": "^3.1.1",
|
|
"thunky": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"estrella": "^1.3.0",
|
|
"express": "^4.17.1",
|
|
"instant": "^1.11.0",
|
|
"recursive-copy": "^2.0.11"
|
|
}
|
|
}
|