-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.39 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@datagouv/components": "^2.0.4",
"@datagouv/select-a11y": "^3.6.1",
"@datagouv/vue-toaster": "^2.4.5",
"@floating-ui/vue": "^1.1.6",
"@gouvfr/dsfr": "^1.11.1",
"@headlessui/vue": "^1.7.23",
"@iconify/vue": "^4.1.2",
"@milkdown/core": "^7.5.0",
"@milkdown/ctx": "^7.5.0",
"@milkdown/plugin-history": "^7.5.0",
"@milkdown/plugin-listener": "^7.5.0",
"@milkdown/plugin-tooltip": "^7.5.3",
"@milkdown/preset-commonmark": "^7.5.0",
"@milkdown/preset-gfm": "^7.5.0",
"@milkdown/prose": "^7.5.0",
"@milkdown/transformer": "^7.5.0",
"@milkdown/vue": "^7.5.0",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@prosemirror-adapter/vue": "^0.2.6",
"@remixicon/vue": "^4.5.0",
"@sentry/nuxt": "^8.38.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.3",
"@vueuse/integrations": "^11.2.0",
"@vueuse/nuxt": "^11.0.3",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"mitt": "^3.0.1",
"nuxt": "^3.13.0",
"ofetch": "^1.4.1",
"popmotion": "^11.0.5",
"rehype-highlight": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-behead": "^3.1.0",
"remark-breaks": "^4.0.0",
"remark-mdc": "^3.5.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remove-markdown": "^0.5.5",
"sortablejs": "^1.15.3",
"unified": "^11.0.5",
"uuid": "^11.0.2",
"vue": "^3.5",
"vue-content-loader": "^2.0.1",
"vue-router": "^4.4",
"vue3-datepicker": "^0.4.0",
"vue3-text-clamp": "^0.1.2"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.1",
"@nuxt/eslint": "^0.5.7",
"@tailwindcss/typography": "^0.5.15",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.17.5",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6"
}
}