101 lines
3 KiB
JSON
101 lines
3 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.8.2",
|
|
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"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 --plugin=prettier-plugin-svelte --write .",
|
|
"lint": "prettier --check --plugin=prettier-plugin-svelte . && eslint .",
|
|
"package": "svelte-kit sync && svelte-package",
|
|
"preview": "vite preview",
|
|
"test": "playwright test"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"default": "./dist/index.js",
|
|
"svelte": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"!dist/components",
|
|
"!dist/server"
|
|
],
|
|
"typesVersions": {
|
|
">4.0": {
|
|
"index": [
|
|
"./dist/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@auditors/core": "^0.7.0",
|
|
"@tricoteuses/explorer-tools": "^0.5.0",
|
|
"fast-xml-parser": "^4.3.2",
|
|
"he": "^1.2.0",
|
|
"jsdom": "^24.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-icons/codicon": "^1.2.15",
|
|
"@playwright/test": "^1.22.2",
|
|
"@sveltejs/adapter-node": "^5.0.1",
|
|
"@sveltejs/package": "^2.1.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"@tailwindcss/typography": "^0.5.3",
|
|
"@tricoteuses/assemblee": "^1.8.0",
|
|
"@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",
|
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
"@typescript-eslint/parser": "^7.6.0",
|
|
"augmented-data-viewer": "^0.4.4",
|
|
"autoprefixer": "^10.4.7",
|
|
"daisyui": "^4.4.22",
|
|
"dotenv": "^16.0.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-svelte": "^2.28.0",
|
|
"fs-extra": "^11.1.0",
|
|
"iconify-icon": "^2.0.0",
|
|
"metslesliens": "git+https://git.en-root.org/eraviart/metslesliens.git",
|
|
"morgan": "^1.10.0",
|
|
"object-hash": "^3.0.0",
|
|
"papaparse": "^5.3.2",
|
|
"postcss": "^8.4.14",
|
|
"postcss-load-config": "^6.0.1",
|
|
"postgres": "^3.2.4",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-svelte": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"sade": "^1.8.1",
|
|
"svelte-check": "^3.0.3",
|
|
"svelte2tsx": "^0.7.6",
|
|
"tailwindcss": "^3.1.5",
|
|
"tslib": "^2.3.1",
|
|
"tsx": "^4.0.0",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^5.0.10",
|
|
"zx": "^7.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@sveltejs/kit": "^2.0.4",
|
|
"svelte": "^4.2.8"
|
|
}
|
|
}
|