gradio/frontend/package.json
Abubakar Abid 013c686202 Merge pull request #232 from gradio-app/dependabot/npm_and_yarn/frontend/postcss-7.0.36
Bump postcss from 7.0.35 to 7.0.36 in /frontend
2021-07-14 17:05:32 -05:00

57 lines
1.4 KiB
JSON

{
"name": "gradio",
"version": "1.0.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.2.0",
"@tailwindcss/typography": "^0.4.1",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@toast-ui/react-image-editor": "^3.14.2",
"audio-react-recorder": "^1.0.4",
"classnames": "^2.3.1",
"fabric": "^4.5.0",
"html2canvas-objectfit-fix": "^1.2.0",
"jspreadsheet-ce": "^4.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-tree": "^0.15.0",
"react-scripts": "4.0.3",
"react-webcam": "^5.2.3",
"sass": "^1.32.8",
"web-vitals": "^1.1.1",
"webpack": "^4.44.2"
},
"scripts": {
"start": "REACT_APP_BACKEND_URL='http://localhost:7860/' craco start",
"build": "REACT_APP_BACKEND_URL='' craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"mini-css-extract-plugin": "^0.11.3",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2"
}
}