2023-09-19 20:46:33 +08:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-09-19 20:49:20 +08:00
|
|
|
"@codemirror/lang-json": "^6.0.1",
|
2023-09-19 20:46:50 +08:00
|
|
|
"@codemirror/lang-sql": "^6.5.0",
|
2023-09-19 20:47:24 +08:00
|
|
|
"@douyinfe/semi-ui": "^2.36.0",
|
2023-09-19 20:46:50 +08:00
|
|
|
"@lezer/highlight": "^1.1.5",
|
2023-09-19 20:46:33 +08:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2023-09-19 20:46:50 +08:00
|
|
|
"@uiw/codemirror-themes": "^4.20.2",
|
|
|
|
"@uiw/react-codemirror": "^4.20.2",
|
|
|
|
"codemirror": "^5.65.13",
|
2023-09-19 20:47:03 +08:00
|
|
|
"file-saver": "^2.0.5",
|
2023-09-19 20:48:24 +08:00
|
|
|
"html-to-image": "^1.11.11",
|
2023-09-19 20:49:28 +08:00
|
|
|
"jsonschema": "^1.4.1",
|
2023-09-19 20:49:24 +08:00
|
|
|
"jspdf": "^2.5.1",
|
2023-09-19 20:47:04 +08:00
|
|
|
"node-sql-parser": "^4.7.0",
|
2023-09-19 20:46:33 +08:00
|
|
|
"react": "^18.2.0",
|
2023-09-19 20:46:54 +08:00
|
|
|
"react-dnd": "^16.0.1",
|
|
|
|
"react-dnd-html5-backend": "^16.0.1",
|
2023-09-19 20:46:33 +08:00
|
|
|
"react-dom": "^18.2.0",
|
2023-09-19 20:47:04 +08:00
|
|
|
"react-router-dom": "^6.11.2",
|
2023-09-19 20:46:33 +08:00
|
|
|
"react-scripts": "5.0.1",
|
2023-09-19 20:49:28 +08:00
|
|
|
"url": "^0.11.1",
|
2023-09-19 20:46:33 +08:00
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts 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"
|
|
|
|
]
|
2023-09-19 20:46:40 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"tailwindcss": "^3.3.2"
|
2023-09-19 20:46:33 +08:00
|
|
|
}
|
|
|
|
}
|