tricoteuses-legifrance/package.json

102 lines
3 KiB
JSON
Raw Normal View History

{
"name": "@tricoteuses/legal-explorer",
2023-07-19 11:45:37 +02:00
"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"
},
2024-07-10 10:13:04 +02:00
"version": "0.8.0",
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
"type": "module",
2022-08-09 10:44:30 +02:00
"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",
2023-08-05 21:50:39 +02:00
"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"
2022-08-09 10:44:30 +02:00
},
2023-03-10 19:04:08 +01:00
"exports": {
"./package.json": "./package.json",
".": {
2023-12-20 11:49:21 +01:00
"default": "./dist/index.js",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts"
2023-03-10 19:04:08 +01:00
}
},
"files": [
2023-08-05 21:53:35 +02:00
"dist",
"!dist/components",
"!dist/server"
2023-03-10 19:04:08 +01:00
],
"typesVersions": {
">4.0": {
"index": [
2023-08-05 21:53:35 +02:00
"./dist/index.d.ts"
2023-03-10 19:04:08 +01:00
]
}
},
"dependencies": {
2023-09-25 15:40:18 +02:00
"@auditors/core": "^0.7.0",
2023-12-20 11:49:21 +01:00
"@tricoteuses/explorer-tools": "^0.5.0",
"fast-xml-parser": "^4.3.2",
"he": "^1.2.0",
2024-04-10 14:30:37 +02:00
"jsdom": "^24.0.0"
},
2022-08-09 10:44:30 +02:00
"devDependencies": {
2022-08-10 17:50:13 +02:00
"@iconify-icons/codicon": "^1.2.15",
2022-08-09 10:44:30 +02:00
"@playwright/test": "^1.22.2",
2024-04-10 14:30:37 +02:00
"@sveltejs/adapter-node": "^5.0.1",
2023-06-27 15:31:10 +02:00
"@sveltejs/package": "^2.1.0",
2023-12-20 11:49:21 +01:00
"@sveltejs/vite-plugin-svelte": "^3.0.0",
2022-08-09 19:47:51 +02:00
"@tailwindcss/typography": "^0.5.3",
2024-07-16 10:58:44 +02:00
"@tricoteuses/assemblee": "^1.8.0",
2023-01-31 13:17:45 +01:00
"@types/fs-extra": "^11.0.1",
2022-08-09 19:47:51 +02:00
"@types/he": "^1.1.2",
"@types/jsdom": "^21.1.3",
2023-07-19 11:45:22 +02:00
"@types/morgan": "^1.9.4",
2024-05-09 19:11:31 +02:00
"@types/object-hash": "^3.0.6",
"@types/papaparse": "^5.3.7",
2024-04-10 14:30:37 +02:00
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
2023-12-20 11:49:21 +01:00
"augmented-data-viewer": "^0.4.4",
2022-08-09 19:47:51 +02:00
"autoprefixer": "^10.4.7",
2023-12-20 11:28:58 +01:00
"daisyui": "^4.4.22",
2022-08-09 19:47:51 +02:00
"dotenv": "^16.0.1",
2024-05-12 23:36:27 +02:00
"eslint": "^8.57.0",
2023-08-15 22:30:01 +02:00
"eslint-config-prettier": "^9.0.0",
2024-05-22 10:16:39 +02:00
"eslint-plugin-import": "^2.29.1",
2023-05-19 14:26:43 +02:00
"eslint-plugin-svelte": "^2.28.0",
2023-01-31 13:17:45 +01:00
"fs-extra": "^11.1.0",
2024-04-10 14:30:37 +02:00
"iconify-icon": "^2.0.0",
2023-03-04 09:37:27 +01:00
"metslesliens": "git+https://git.en-root.org/eraviart/metslesliens.git",
2022-08-23 18:05:19 +02:00
"morgan": "^1.10.0",
2024-05-09 19:11:31 +02:00
"object-hash": "^3.0.0",
"papaparse": "^5.3.2",
2022-08-09 19:47:51 +02:00
"postcss": "^8.4.14",
2024-06-21 16:54:57 +02:00
"postcss-load-config": "^6.0.1",
2022-08-09 19:47:51 +02:00
"postgres": "^3.2.4",
2023-07-25 13:38:38 +02:00
"prettier": "^3.0.0",
2023-08-03 16:23:08 +02:00
"prettier-plugin-svelte": "^3.0.3",
2024-06-21 16:54:57 +02:00
"prettier-plugin-tailwindcss": "^0.6.5",
2022-08-09 19:47:51 +02:00
"sade": "^1.8.1",
2023-01-31 13:17:45 +01:00
"svelte-check": "^3.0.3",
2024-04-10 14:30:37 +02:00
"svelte2tsx": "^0.7.6",
2022-08-09 19:47:51 +02:00
"tailwindcss": "^3.1.5",
2022-08-09 10:44:30 +02:00
"tslib": "^2.3.1",
"tsx": "^4.0.0",
2023-04-17 17:24:17 +02:00
"typescript": "^5.0.4",
2023-12-20 11:49:21 +01:00
"vite": "^5.0.10",
"zx": "^7.1.1"
},
"peerDependencies": {
2023-12-20 11:49:21 +01:00
"@sveltejs/kit": "^2.0.4",
"svelte": "^4.2.8"
}
2023-03-10 19:04:08 +01:00
}