You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.5 KiB
60 lines
1.5 KiB
{ |
|
"name": "digikam-fatclient", |
|
"homepage": ".", |
|
"version": "0.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"@date-io/core": "^1.3.6", |
|
"@date-io/date-fns": "^1.3.6", |
|
"@material-ui/core": "^4.8.3", |
|
"@material-ui/icons": "^4.5.1", |
|
"@material-ui/lab": "^4.0.0-alpha.39", |
|
"@material-ui/pickers": "^3.2.10", |
|
"@testing-library/dom": "^6.12.0", |
|
"@testing-library/jest-dom": "^4.2.4", |
|
"@testing-library/react": "^9.3.2", |
|
"@testing-library/user-event": "^7.1.2", |
|
"@turf/points-within-polygon": "^5.1.5", |
|
"@turf/turf": "^5.1.6", |
|
"alasql": "^0.5.4", |
|
"console": "^0.7.2", |
|
"date-fns": "^2.0.0", |
|
"eslint": "^6.8.0", |
|
"eslint-plugin-react-hooks": "^2.3.0", |
|
"geojson-utils": "^1.1.0", |
|
"kdbush": "^3.0.0", |
|
"leaflet": "^1.6.0", |
|
"lodash": "^4.17.15", |
|
"object-hash": "^2.0.1", |
|
"prop-types": "^15.6.0", |
|
"react": "^16.12.0", |
|
"react-dom": "^16.12.0", |
|
"react-grid-gallery": "^0.5.5", |
|
"react-scripts": "3.3.0", |
|
"search-string": "^3.1.0", |
|
"sql.js": "^1.1.0", |
|
"typeface-roboto": "^0.0.75", |
|
"typescript": "^3.7.5" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"test": "react-scripts test", |
|
"eject": "react-scripts eject" |
|
}, |
|
"eslintConfig": { |
|
"extends": "react-app" |
|
}, |
|
"browserslist": { |
|
"production": [ |
|
">0.2%", |
|
"not dead", |
|
"not op_mini all" |
|
], |
|
"development": [ |
|
"last 1 chrome version", |
|
"last 1 firefox version", |
|
"last 1 safari version" |
|
] |
|
} |
|
}
|
|
|