-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "vue-dsfr-project",
"type": "module",
"version": "0.0.0",
"scripts": {
"clean:dist": "rimraf dist",
"build-only": "vite build",
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"format": "eslint . --fix",
"lint": "eslint .",
"preview": "vite preview",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@gouvfr/dsfr": "~1.12.1",
"@gouvminint/vue-dsfr": "^6.0.0",
"focus-trap": "^7.5.4",
"focus-trap-vue": "^4.0.3",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.16.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.9.1",
"npm-run-all2": "^6.2.2",
"rimraf": "^6.0.1",
"typescript": "~5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vue-tsc": "^2.1.2"
}
}