dm/app-dm/package.json

77 lines
1.9 KiB
JSON
Executable File

{
"name": "app-dm",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@xterm/xterm": "^5.5.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"buffer": "^6.0.3",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"crypto": "^1.0.1",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"lib": "^5.1.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mysql": "^2.18.1",
"net": "^1.0.2",
"path": "^0.12.7",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"react-scripts": "^5.0.1",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"stream": "^0.0.2",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3",
"url": "^0.11.3",
"validator": "^13.11.0",
"validator.tool": "^2.2.6",
"web-vitals": "^2.1.4",
"zlib": "^1.0.5"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build": "react-scripts build"
},
"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": {
"@vitejs/plugin-legacy": "^5.4.0",
"postcss-cli": "^11.0.0"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}