2022-08-09 10:21:38 +02:00
|
|
|
{
|
2022-08-09 11:15:42 +02:00
|
|
|
"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"
|
|
|
|
},
|
2022-08-09 10:44:30 +02:00
|
|
|
"version": "0.0.1",
|
2022-08-09 11:15:42 +02:00
|
|
|
"author": "Emmanuel Raviart <emmanuel@raviart.com>",
|
|
|
|
"type": "module",
|
2022-08-09 10:44:30 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "vite build",
|
|
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
2022-08-09 19:47:51 +02:00
|
|
|
"configure": "node --experimental-specifier-resolution=node package/scripts/configure.js",
|
2022-08-09 11:15:42 +02:00
|
|
|
"dev": "vite dev",
|
|
|
|
"format": "prettier --write --plugin-search-dir=. .",
|
2022-08-09 10:44:30 +02:00
|
|
|
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
|
2022-08-09 11:15:42 +02:00
|
|
|
"package": "svelte-kit package",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"test": "playwright test"
|
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",
|
|
|
|
"@iconify/svelte": "^2.2.1",
|
2022-08-09 10:44:30 +02:00
|
|
|
"@playwright/test": "^1.22.2",
|
2022-08-09 19:47:51 +02:00
|
|
|
"@sveltejs/adapter-node": "^1.0.0-next.86",
|
2022-08-09 10:44:30 +02:00
|
|
|
"@sveltejs/kit": "next",
|
2022-08-09 19:47:51 +02:00
|
|
|
"@tailwindcss/typography": "^0.5.3",
|
|
|
|
"@types/fs-extra": "^9.0.13",
|
|
|
|
"@types/he": "^1.1.2",
|
2022-08-09 10:44:30 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
|
|
"@typescript-eslint/parser": "^5.27.0",
|
2022-08-10 17:50:13 +02:00
|
|
|
"augmented-data-viewer": "^0.1.1",
|
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",
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"he": "^1.2.0",
|
|
|
|
"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",
|
2022-08-15 20:33:56 +02:00
|
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
2022-08-09 19:47:51 +02:00
|
|
|
"sade": "^1.8.1",
|
2022-08-09 10:44:30 +02:00
|
|
|
"svelte": "^3.44.0",
|
|
|
|
"svelte-check": "^2.7.1",
|
|
|
|
"svelte-preprocess": "^4.10.7",
|
2022-08-09 19:47:51 +02:00
|
|
|
"svelte2tsx": "^0.5.13",
|
|
|
|
"tailwindcss": "^3.1.5",
|
2022-08-09 10:44:30 +02:00
|
|
|
"tslib": "^2.3.1",
|
|
|
|
"typescript": "^4.7.4",
|
2022-08-09 19:47:51 +02:00
|
|
|
"vite": "^3.0.0"
|
2022-08-09 11:15:42 +02:00
|
|
|
}
|
2022-08-09 10:21:38 +02:00
|
|
|
}
|