tricoteuses-legifrance/package.json

72 lines
2.3 KiB
JSON
Raw Normal View History

{
"name": "@tricoteuses/legal-explorer",
"description": "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"
},
2023-02-17 15:04:09 +01:00
"version": "0.1.2",
"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",
"format": "prettier --plugin-search-dir . --write .",
2023-01-31 16:12:09 +01:00
"lint": "prettier --check --plugin-search-dir . . && eslint .",
"package": "svelte-kit sync && svelte-package",
"preview": "vite preview",
"test": "playwright test"
2022-08-09 10:44:30 +02:00
},
"dependencies": {
"@tricoteuses/explorer-tools": "^0.3.0",
"svelte": "^3.55.1"
},
2022-08-09 10:44:30 +02:00
"devDependencies": {
2022-08-09 19:47:51 +02:00
"@auditors/core": "^0.3.0",
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",
2023-02-07 17:54:23 +01:00
"@sveltejs/adapter-node": "^1.1.7",
"@sveltejs/kit": "^1.5.0",
"@sveltejs/package": "^1.0.0-next.5",
2022-08-09 19:47:51 +02:00
"@tailwindcss/typography": "^0.5.3",
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",
2022-11-13 11:12:10 +01:00
"@types/morgan": "^1.9.3",
"@types/papaparse": "^5.3.7",
2022-08-09 10:44:30 +02:00
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
2023-01-31 13:17:45 +01:00
"augmented-data-viewer": "^0.2.0",
2022-08-09 19:47:51 +02:00
"autoprefixer": "^10.4.7",
"daisyui": "^2.18.1",
"dotenv": "^16.0.1",
2022-08-09 10:44:30 +02:00
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
2022-08-09 19:47:51 +02:00
"fast-xml-parser": "^4.0.9",
2023-01-31 13:17:45 +01:00
"fs-extra": "^11.1.0",
2022-08-09 19:47:51 +02:00
"he": "^1.2.0",
2023-01-31 13:17:45 +01:00
"iconify-icon": "^1.0.3",
2022-08-23 18:05:19 +02:00
"morgan": "^1.10.0",
"papaparse": "^5.3.2",
2022-08-09 19:47:51 +02:00
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"postgres": "^3.2.4",
2022-08-09 10:44:30 +02:00
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
2023-01-31 13:17:45 +01:00
"prettier-plugin-tailwindcss": "^0.2.2",
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",
"svelte2tsx": "^0.6.0",
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": "^3.12.1",
2022-08-09 10:44:30 +02:00
"typescript": "^4.7.4",
2023-01-31 13:17:45 +01:00
"vite": "^4.0.4",
"zx": "^7.1.1"
}
}