110 lines
3.2 KiB
JSON
110 lines
3.2 KiB
JSON
{
|
|
"name": "@tricoteuses/legal-explorer",
|
|
"description": "Library, web API & site to browse legal open data from French Direction de l'information légale et administrative (Dila)",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.en-root.org/tricoteuses/tricoteuses-legal-explorer.git"
|
|
},
|
|
"version": "0.9.0",
|
|
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build && npm run package",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"configure": "tsx src/scripts/configure.ts",
|
|
"dev": "vite dev",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check . && eslint .",
|
|
"package": "svelte-kit sync && svelte-package && publint",
|
|
"prepublishOnly": "npm run package",
|
|
"preview": "vite preview",
|
|
"test": "playwright test"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"svelte": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/components",
|
|
"!dist/server"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"typesVersions": {
|
|
">4.0": {
|
|
"index": [
|
|
"./dist/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@auditors/core": "^0.7.1",
|
|
"@tricoteuses/explorer-tools": "^0.6.2",
|
|
"fast-xml-parser": "^4.3.2",
|
|
"he": "^1.2.0",
|
|
"jsdom": "^25.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.22.2",
|
|
"@sveltejs/adapter-node": "^5.0.1",
|
|
"@sveltejs/kit": "^2.7.7",
|
|
"@sveltejs/package": "^2.1.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.1",
|
|
"@tricoteuses/assemblee": "^1.8.0",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/he": "^1.1.2",
|
|
"@types/jsdom": "^21.1.3",
|
|
"@types/morgan": "^1.9.4",
|
|
"@types/object-hash": "^3.0.6",
|
|
"@types/papaparse": "^5.3.7",
|
|
"@types/slug": "^5.0.9",
|
|
"augmented-data-viewer": "^0.6.4",
|
|
"autoprefixer": "^10.4.7",
|
|
"bits-ui": "^1.0.0-next.65",
|
|
"clsx": "^2.1.1",
|
|
"dedent-js": "^1.0.1",
|
|
"dotenv": "^16.0.1",
|
|
"eslint": "^9.10.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-svelte": "^2.28.0",
|
|
"fs-extra": "^11.1.0",
|
|
"globals": "^15.9.0",
|
|
"isomorphic-git": "^1.27.2",
|
|
"lucide-svelte": "^0.464.0",
|
|
"metslesliens": "git+https://git.en-root.org/eraviart/metslesliens.git",
|
|
"morgan": "^1.10.0",
|
|
"object-hash": "^3.0.0",
|
|
"papaparse": "^5.3.2",
|
|
"postgres": "^3.2.4",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-svelte": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"publint": "^0.2.11",
|
|
"sade": "^1.8.1",
|
|
"slug": "^10.0.0",
|
|
"svelte": "^5.1.10",
|
|
"svelte-check": "^4.0.2",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwind-variants": "^0.3.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tslib": "^2.3.1",
|
|
"tsx": "^4.0.0",
|
|
"typescript": "^5.0.4",
|
|
"typescript-eslint": "^8.16.0",
|
|
"vite": "^6.0.1",
|
|
"zx": "^8.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^5.2.8"
|
|
}
|
|
}
|