tricoteuses-legifrance/package.json

48 lines
1.6 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"
},
2022-08-09 10:44:30 +02:00
"version": "0.0.1",
"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",
"dev": "vite dev",
"format": "prettier --write --plugin-search-dir=. .",
2022-08-09 10:44:30 +02:00
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"package": "svelte-kit package",
"preview": "vite preview",
"test": "playwright test"
2022-08-09 10:44:30 +02:00
},
"devDependencies": {
"@playwright/test": "^1.22.2",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"autoprefixer": "^10.4.7",
"tailwindcss": "^3.1.5",
"@tailwindcss/typography": "^0.5.3",
"daisyui": "^2.18.1"
}
}