|
| 1 | +{ |
| 2 | + "name": "@rodneylab/components", |
| 3 | + "description": "Handy components for building sites in SvelteKit", |
| 4 | + "version": "0.0.1", |
| 5 | + "author": "Rodney Lab <[email protected]> (@rodneyLab)", |
| 6 | + "license": "BSD-3-Clause", |
| 7 | + "keywords": [ |
| 8 | + "svelte", |
| 9 | + "sveltekit", |
| 10 | + "map", |
| 11 | + "mapbox", |
| 12 | + "openstreetmap" |
| 13 | + ], |
| 14 | + "svelte": "src/index.js", |
| 15 | + "scripts": { |
| 16 | + "dev": "svelte-kit dev -p 3000", |
| 17 | + "build": "svelte-kit build", |
| 18 | + "preview": "svelte-kit preview -p 3000", |
| 19 | + "check": "svelte-check --tsconfig ./tsconfig.json", |
| 20 | + "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", |
| 21 | + "format": "prettier --write --plugin-search-dir=. .", |
| 22 | + "lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", |
| 23 | + "prepare": "husky install", |
| 24 | + "prettier:check": "prettier --check --plugin-search-dir=. ." |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@commitlint/cli": "^13.2.0", |
| 28 | + "@commitlint/config-conventional": "^13.2.0", |
| 29 | + "@sveltejs/kit": "next", |
| 30 | + "@types/leaflet": "^1.7.5", |
| 31 | + "@typescript-eslint/eslint-plugin": "^4.31.1", |
| 32 | + "@typescript-eslint/parser": "^4.31.1", |
| 33 | + "dotenv": "^10.0.0", |
| 34 | + "eslint": "^7.32.0", |
| 35 | + "eslint-config-prettier": "^8.3.0", |
| 36 | + "eslint-plugin-svelte3": "^3.2.1", |
| 37 | + "husky": "^7.0.0", |
| 38 | + "leaflet": "^1.7.1", |
| 39 | + "prettier": "^2.4.1", |
| 40 | + "prettier-plugin-svelte": "^2.4.0", |
| 41 | + "svelte": "^3.42.6", |
| 42 | + "svelte-check": "^2.2.6", |
| 43 | + "svelte-preprocess": "^4.9.4", |
| 44 | + "svelte2tsx": "^0.4.7", |
| 45 | + "tslib": "^2.3.1", |
| 46 | + "typescript": "^4.4.3" |
| 47 | + }, |
| 48 | + "type": "module" |
| 49 | +} |
0 commit comments