gradio/frontend/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2021-04-08 22:43:19 +08:00
{
2021-05-13 00:29:18 +08:00
"name": "testapp",
2021-04-08 22:43:19 +08:00
"version": "0.1.0",
"private": true,
"dependencies": {
2021-05-13 00:29:18 +08:00
"@craco/craco": "^6.1.2",
2021-04-08 22:43:19 +08:00
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
2021-05-13 00:29:18 +08:00
"audio-react-recorder": "^1.0.4",
"classnames": "^2.3.1",
2021-05-25 03:07:00 +08:00
"fabric": "^4.5.0",
2021-05-24 14:53:30 +08:00
"jspreadsheet-ce": "^4.7.3",
2021-04-08 22:43:19 +08:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2021-05-24 14:53:30 +08:00
"react-json-tree": "^0.15.0",
2021-05-13 00:29:18 +08:00
"react-scripts": "4.0.3",
2021-05-24 14:53:30 +08:00
"react-webcam": "^5.2.3",
2021-05-13 00:29:18 +08:00
"sass": "^1.32.8",
"web-vitals": "^1.1.1"
2021-04-08 22:43:19 +08:00
},
"scripts": {
2021-05-25 01:23:08 +08:00
"start": "REACT_APP_BACKEND_URL='http://localhost:7860' craco start",
"build": "BUILD_PATH='../gradio/frontend' REACT_APP_BACKEND_URL='' craco build",
2021-05-13 00:29:18 +08:00
"test": "craco test",
"eject": "react-scripts eject"
2021-04-08 22:43:19 +08:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-04-16 02:06:02 +08:00
},
2021-05-13 00:29:18 +08:00
"devDependencies": {
"autoprefixer": "^9.8.6",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2"
}
2021-04-08 22:43:19 +08:00
}