frontend: initial commit
This commit is contained in:
parent
8d70acc5d2
commit
1ad243f043
21 changed files with 30437 additions and 0 deletions
35
frontend/package.json
Normal file
35
frontend/package.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue