dyomedea/package.json

71 lines
2.1 KiB
JSON
Raw Permalink 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-10-07 16:21:58 +00:00
"postinstall": "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-10-07 16:21:58 +00:00
"@capacitor/cli": "^5.4.2",
2023-07-08 08:54:18 +00:00
"@solidjs/testing-library": "^0.8.4",
2023-10-07 16:21:58 +00:00
"@testing-library/jest-dom": "^6.1.3",
"@types/lodash": "^4.14.199",
"@types/memoizee": "^0.4.9",
"@types/pouchdb": "^6.4.0",
2023-10-07 16:21:58 +00:00
"@types/proj4": "^2.5.3",
"@types/shelljs": "^0.8.13",
"@vitest/ui": "^0.34.6",
2023-05-31 15:12:31 +00:00
"jsdom": "^22.1.0",
2023-02-07 15:47:10 +00:00
"license-checker": "^25.0.1",
"license-compatibility-checker": "^0.3.5",
2023-04-20 08:52:55 +00:00
"license-report": "^6.4.0",
2023-02-09 15:37:46 +00:00
"shelljs": "^0.8.5",
2023-10-07 16:21:58 +00:00
"typescript": "^5.2.2",
"vite": ">=4.4.11",
2023-04-15 09:55:52 +00:00
"vite-plugin-solid": "^2.7.0",
2023-10-07 16:21:58 +00:00
"vitest": "^0.34.6"
2022-11-25 15:33:59 +00:00
},
"dependencies": {
2023-07-12 13:21:51 +00:00
"@awesome-cordova-plugins/android-full-screen": "^6.4.0",
"@awesome-cordova-plugins/geolocation": "^6.4.0",
"@awesome-cordova-plugins/web-intent": "^6.4.0",
2023-10-07 16:21:58 +00:00
"@capacitor-community/background-geolocation": "^1.2.15",
"@capacitor/android": "^5.4.2",
"@capacitor/browser": "^5.1.0",
"@capacitor/core": "^5.4.2",
"@capacitor/filesystem": "^5.1.4",
"@capacitor/ios": "^5.4.2",
2023-02-05 14:00:42 +00:00
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
2023-10-07 16:21:58 +00:00
"@solid-primitives/i18n": "^2.0.0",
"@solidjs/router": "^0.8.3",
"@suid/icons-material": "^0.6.11",
"@suid/material": "^0.15.1",
"@suid/vite-plugin": "^0.1.5",
2023-04-24 14:27:55 +00:00
"blob-util": "^2.0.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-10-07 16:21:58 +00:00
"ol": "^8.1.0",
2023-01-09 19:51:17 +00:00
"osmtogeojson": "^3.0.0-beta.5",
2023-08-03 13:04:56 +00:00
"patch-package": "^8.0.0",
"piexifjs": "^1.0.6",
"pluscodes": "^2.6.0",
2023-02-09 12:57:14 +00:00
"pouchdb": "^8.0.1",
"pouchdb-adapter-indexeddb": "^8.0.1",
2023-02-09 12:57:14 +00:00
"pouchdb-browser": "^8.0.1",
2023-03-21 17:46:59 +00:00
"proj4": "^2.9.0",
2023-10-07 16:21:58 +00:00
"solid-js": "^1.7.12",
2023-08-03 13:04:56 +00:00
"vite-plugin-solid-svg": "^0.6.4"
2022-11-25 15:33:59 +00:00
}
}