Simple web app that gets location data using Geolocation API and display it on a MapBox map
https://lp.extras.dcdevelop.xyz/
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.
32 lines
856 B
32 lines
856 B
{ |
|
"name": "svelte-app", |
|
"version": "1.0.0", |
|
"private": true, |
|
"scripts": { |
|
"build": "rollup -c", |
|
"dev": "rollup -c -w", |
|
"start": "sirv public --no-clear", |
|
"check": "svelte-check --tsconfig ./tsconfig.json" |
|
}, |
|
"devDependencies": { |
|
"@rollup/plugin-commonjs": "^17.0.0", |
|
"@rollup/plugin-node-resolve": "^11.0.0", |
|
"@rollup/plugin-typescript": "^8.0.0", |
|
"@tsconfig/svelte": "^2.0.0", |
|
"@types/leaflet": "^1.7.4", |
|
"eslint": "^7.32.0", |
|
"rollup": "^2.3.4", |
|
"rollup-plugin-css-only": "^3.1.0", |
|
"rollup-plugin-livereload": "^2.0.0", |
|
"rollup-plugin-svelte": "^7.0.0", |
|
"rollup-plugin-terser": "^7.0.0", |
|
"svelte": "^3.0.0", |
|
"svelte-check": "^2.0.0", |
|
"svelte-preprocess": "^4.0.0", |
|
"tslib": "^2.0.0", |
|
"typescript": "^4.0.0" |
|
}, |
|
"dependencies": { |
|
"sirv-cli": "^1.0.0" |
|
} |
|
}
|
|
|