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.
56 lines
1.4 KiB
56 lines
1.4 KiB
{
|
|
"name": "sonification-study-framework",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"-": "^0.0.1",
|
|
"@geist-ui/core": "^2.3.8",
|
|
"@geist-ui/icons": "^1.0.2",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/leaflet": "^1.9.12",
|
|
"geist-ui": "^0.0.102",
|
|
"heatmap.js": "^2.0.5",
|
|
"i18next": "^23.11.3",
|
|
"i18next-browser-languagedetector": "^7.2.1",
|
|
"i18next-http-backend": "^2.5.1",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-gesture-handling": "^1.2.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^14.1.1",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-router-dom": "^6.23.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-tabs-scrollable": "^2.0.6",
|
|
"save": "^2.9.0",
|
|
"tone": "^15.0.4",
|
|
"web-vitals": "^2.1.4",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|