YoLo/package.json

69 lines
1.5 KiB
JSON
Executable File

{
"name": "yolo_app",
"version": "0.1.0",
"private": true,
"dependencies": {
"-": "0.0.1",
"@mantine/core": "^7.17.1",
"@mantine/dropzone": "^7.17.1",
"@mantine/hooks": "^7.17.1",
"@mantine/notifications": "^7.17.1",
"@tabler/icons-react": "^3.30.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"child_process": "^1.0.2",
"classnames": "^2.5.1",
"fs": "0.0.1-security",
"numpy": "0.0.1",
"opencv-build": "^0.1.9",
"opencv4nodejs": "^5.6.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"save-dev": "0.0.1-security",
"util": "^0.12.5",
"web-vitals": "^2.1.4",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"zustand": "^5.0.3"
},
"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"
]
},
"opencv4nodejs": {
"disableAutoBuild": "1"
},
"devDependencies": {
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.17"
}
}