-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.63 KB
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
53
54
55
56
57
58
{
"name": "@vao/frontend-bo",
"version": "0.1.1",
"description": "Client pour les instructeurs du projet VAO",
"author": "orgs/SocialGouv/teams/vao",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"build": "nuxt build",
"dev": "rm -rf /tmp/nitro && nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --fix ./src",
"test": "vitest"
},
"dependencies": {
"@gouvfr/dsfr": "^1.13.0",
"@gouvminint/vue-dsfr": "^8.4.0",
"@iconify/vue": "^4.3.0",
"@pinia/nuxt": "~0.5.4",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@sentry/vue": "~8.54.0",
"@socialgouv/dsfr-toaster-nuxt-module": "~1.5.0",
"@vao/shared": "1.0.0",
"@vee-validate/i18n": "~4.13.0",
"@vee-validate/rules": "~4.13.0",
"@vueform/multiselect": "~2.6.7",
"dayjs": "^1.11.11",
"debug": "~4.3.4",
"nuxt": "~3.15.4",
"nuxt-maplibre": "^1.0.0",
"nuxt-security": "^2.0.0-rc.9",
"pinia": "~2.2.2",
"ufo": "^1.5.4",
"vee-validate": "~4.13.0",
"vue": "latest",
"vue-matomo": "~4.2.0",
"vue-router": "latest",
"yup": "~1.4.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
"@sentry/vite-plugin": "^2.21.1",
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sass": "~1.79.3",
"sass-loader": "~16.0.2",
"typescript": "~5.6.2",
"vue-dsfr-nuxt-module": "^2.0.0"
},
"lint-staged": {
"src/**/*.{js,vue,ts}": "npx eslint --cache --max-warnings=0"
}
}