-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "legal-pages",
"private": true,
"version": "0.0.1",
"description": "Legal pages as components",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/incubateur-ademe/legal-pages.git"
},
"author": "Incubateur ADEME <[email protected]>",
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"build": "turbo build",
"build:lib": "turbo build --filter=./packages/*",
"dev": "turbo dev",
"lint": "turbo lint"
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.1",
"@eslint/js": "^9.1.1",
"@tsconfig/recommended": "^1.0.6",
"@types/eslint": "^8.56.10",
"@types/node": "^20",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.7.3",
"turbo": "^2.0.6",
"typescript": "^5.4.5",
"typescript-eslint": "7.7.1",
"vite": "^5.2.10",
"vue": "^3.4.25",
"vue-tsc": "^2.0.14"
},
"packageManager": "[email protected]"
}