130 lines
4.1 KiB
JSON
130 lines
4.1 KiB
JSON
{
|
|
"name": "@tricoteuses/legifrance",
|
|
"description": "Library & tools 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.tricoteuses.fr/logiciels/tricoteuses-legifrance"
|
|
},
|
|
"version": "0.13.1",
|
|
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build && npm run package && npm run build:doc:api && npm run build:json-schemas",
|
|
"build:doc:api": "typedoc --plugin typedoc-plugin-markdown --out ./doc/api --readme none --skipErrorChecking",
|
|
"build:json-schemas": "tsx src/scripts/generate_legifrance_json_schemas.ts",
|
|
"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",
|
|
"prepare": "svelte-kit sync",
|
|
"prepublishOnly": "npm run package",
|
|
"preview": "vite preview",
|
|
"test": "playwright test"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"typedoc": "./src/lib/index.ts",
|
|
"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": "^5.0.8",
|
|
"he": "^1.2.0",
|
|
"jsdom": "^26.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lucide/svelte": "^0.513.0",
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/auto-instrumentations-node": "^0.59.0",
|
|
"@opentelemetry/exporter-trace-otlp-proto": "^0.201.1",
|
|
"@opentelemetry/resources": "^2.0.0",
|
|
"@opentelemetry/sdk-node": "^0.201.1",
|
|
"@opentelemetry/semantic-conventions": "^1.30.0",
|
|
"@playwright/test": "^1.22.2",
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
"@sveltejs/kit": "^2.16.0",
|
|
"@sveltejs/package": "^2.1.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@tricoteuses/assemblee": "^2.1.0",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/gunzip-maybe": "^1.4.2",
|
|
"@types/he": "^1.1.2",
|
|
"@types/jsdom": "^21.1.3",
|
|
"@types/morgan": "^1.9.4",
|
|
"@types/nodegit": "^0.28.7",
|
|
"@types/object-hash": "^3.0.6",
|
|
"@types/papaparse": "^5.3.7",
|
|
"@types/roman-numerals": "^0.3.2",
|
|
"@types/slug": "^5.0.9",
|
|
"@types/tar-stream": "^3.1.4",
|
|
"augmented-data-viewer": "^0.6.5",
|
|
"autoprefixer": "^10.4.7",
|
|
"bits-ui": "^1.0.0-next.74",
|
|
"clsx": "^2.1.1",
|
|
"dedent-js": "^1.0.1",
|
|
"dotenv": "^16.0.1",
|
|
"eslint": "^9.10.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-svelte": "^3.0.2",
|
|
"fs-extra": "^11.1.0",
|
|
"globals": "^16.0.0",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"metslesliens": "git+https://git.en-root.org/eraviart/metslesliens.git",
|
|
"morgan": "^1.10.0",
|
|
"nodegit": "npm:@figma/nodegit@0.28.0-figma.8",
|
|
"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.3.0",
|
|
"roman-numerals": "^0.3.2",
|
|
"sade": "^1.8.1",
|
|
"slug": "^11.0.0",
|
|
"svelte": "^5.19.0",
|
|
"svelte-check": "^4.1.3",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwind-variants": "^0.3.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tar-stream": "^3.1.7",
|
|
"ts-json-schema-generator": "^2.3.0",
|
|
"tslib": "^2.3.1",
|
|
"tsx": "^4.0.0",
|
|
"typedoc": "^0.28.5",
|
|
"typedoc-plugin-markdown": "^4.6.3",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.18.0",
|
|
"vite": "^6.0.1",
|
|
"zx": "^8.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"svelte": "^5.2.8"
|
|
}
|
|
}
|