feat:button
Showing
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
"homepage": "/v3/", | "homepage": "/v3/", | ||
"dependencies": { | "dependencies": { | ||
"@babel/core": "^7.16.0", | "@babel/core": "^7.16.0", | ||
"@emotion/react": "^11.9.0", | "@emotion/react": "^11.9.3", | ||
"@emotion/styled": "^11.8.1", | "@emotion/styled": "^11.8.1", | ||
"@mui/icons-material": "^5.6.2", | "@mui/icons-material": "^5.6.2", | ||
"@mui/lab": "^5.0.0-alpha.84", | "@mui/lab": "^5.0.0-alpha.84", | ||
... | @@ -77,14 +77,15 @@ | ... | @@ -77,14 +77,15 @@ |
"style-loader": "^3.3.1", | "style-loader": "^3.3.1", | ||
"tailwindcss": "^3.0.2", | "tailwindcss": "^3.0.2", | ||
"terser-webpack-plugin": "^5.2.5", | "terser-webpack-plugin": "^5.2.5", | ||
"tss-react": "^3.7.0", | |||
"tus-js-client": "2.1.1", | |||
"typescript": "^4.6.4", | "typescript": "^4.6.4", | ||
"use-immer": "^0.7.0", | "use-immer": "^0.7.0", | ||
"web-vitals": "^2.1.4", | "web-vitals": "^2.1.4", | ||
"webpack": "^5.64.4", | "webpack": "^5.64.4", | ||
"webpack-dev-server": "^4.6.0", | "webpack-dev-server": "^4.6.0", | ||
"webpack-manifest-plugin": "^4.0.2", | "webpack-manifest-plugin": "^4.0.2", | ||
"workbox-webpack-plugin": "^6.4.1", | "workbox-webpack-plugin": "^6.4.1" | ||
"tus-js-client": "2.1.1" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start:master": "set \"REACT_APP_ENV=master\" && npm start", | "start:master": "set \"REACT_APP_ENV=master\" && npm start", | ||
... | ... |
Please
register
or
sign in
to comment