dyomedea/package.json

64 lines
1.9 KiB
JSON
Raw Normal View History

2022-11-25 15:33:59 +00:00
{
"name": "dyomedea-solid",
2022-11-25 15:33:59 +00:00
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
2023-02-05 14:25:32 +00:00
"serve": "vite preview --host",
2022-11-25 15:33:59 +00:00
"test": "vitest",
2023-02-06 09:04:17 +00:00
"postinstall": "node ./fix-jest-dom.mjs && patch-package"
2022-11-25 15:33:59 +00:00
},
2023-02-07 20:32:40 +00:00
"license": "GPL-3.0-only",
2022-11-25 15:33:59 +00:00
"devDependencies": {
2023-02-05 14:00:42 +00:00
"@capacitor/cli": "^4.6.3",
2023-01-16 16:00:55 +00:00
"@testing-library/jest-dom": "^5.16.5",
2022-12-06 20:27:25 +00:00
"@types/lodash": "^4.14.191",
2022-11-29 18:49:05 +00:00
"@types/memoizee": "^0.4.8",
"@types/pouchdb": "^6.4.0",
"@types/proj4": "^2.5.2",
"jsdom": "^21.1.0",
2023-02-07 15:47:10 +00:00
"license-checker": "^25.0.1",
"license-compatibility-checker": "^0.3.5",
2023-02-07 15:54:07 +00:00
"license-report": "^6.3.0",
2023-01-16 16:00:55 +00:00
"solid-testing-library": ">=0.5.0",
2023-02-05 14:00:42 +00:00
"typescript": "^4.9.5",
"vite": ">=4.1.1",
2023-01-16 16:00:55 +00:00
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.28.4"
2022-11-25 15:33:59 +00:00
},
"dependencies": {
2023-01-16 16:00:55 +00:00
"@awesome-cordova-plugins/android-full-screen": "^6.3.0",
"@awesome-cordova-plugins/geolocation": "^6.3.0",
"@awesome-cordova-plugins/web-intent": "^6.3.0",
2023-02-07 08:32:26 +00:00
"@capacitor-community/background-geolocation": "^1.2.8",
2023-02-05 14:00:42 +00:00
"@capacitor/android": "^4.6.3",
"@capacitor/browser": "^4.1.1",
"@capacitor/core": "^4.6.3",
2023-02-04 17:22:05 +00:00
"@capacitor/filesystem": "^4.1.4",
2023-02-05 14:00:42 +00:00
"@capacitor/ios": "^4.6.3",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@solid-primitives/i18n": "^1.1.3",
"@solidjs/router": "^0.7.0",
"@suid/icons-material": "^0.5.8",
"@suid/material": "^0.10.1",
2023-01-16 16:00:55 +00:00
"@suid/vite-plugin": "^0.1.2",
2022-12-14 20:50:09 +00:00
"com-darryncampbell-cordova-plugin-intent": "^2.2.0",
2022-12-14 14:26:32 +00:00
"cordova-plugin-fullscreen": "^1.3.0",
2022-11-26 21:04:08 +00:00
"isomorphic-xml2js": "^0.1.3",
"lodash": "^4.17.21",
2022-11-29 18:49:05 +00:00
"memoizee": "^0.4.15",
2023-01-16 16:00:55 +00:00
"ol": "^7.2.2",
2023-01-09 19:51:17 +00:00
"osmtogeojson": "^3.0.0-beta.5",
2023-02-06 09:04:17 +00:00
"patch-package": "^6.5.1",
2022-12-22 13:53:22 +00:00
"pouchdb": "^8.0.0",
"pouchdb-browser": "^8.0.0",
"proj4": "^2.8.1",
2023-02-05 14:00:42 +00:00
"solid-js": "^1.6.10",
"vite-plugin-solid-svg": "^0.6.0"
2022-11-25 15:33:59 +00:00
}
}