forked from datagouv/cdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.03 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.03 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
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
85
86
87
88
89
90
91
92
93
94
95
96
{
"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",
"vue-i18n-extract": "vue-i18n-extract report --vueFiles './?(api|assets|components|composables|design-system|layouts|middleware|pages|plugins|public|server|types|utils)/**/*.?(ts|vue)' --languageFiles './i18n/locales/*.json' --separator '^' --add --noEmptyTranslation '*'"
},
"dependencies": {
"@datagouv/components": "^2.0.5",
"@datagouv/components-next": "file:datagouv-components",
"@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-clipboard": "^7.10.5",
"@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/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@nuxtjs/i18n": "^9.3.0",
"@nuxtjs/sitemap": "^7.2.10",
"@prosemirror-adapter/vue": "^0.4.0",
"@remixicon/vue": "^4.5.0",
"@rollup/pluginutils": "^5.1.4",
"@sentry/nuxt": "^8.38.0",
"@tailwindcss/vite": "^4.0.7",
"@vueuse/core": "^12.0",
"@vueuse/integrations": "^12.0",
"@vueuse/nuxt": "^12.0",
"axios": "^1.8.2",
"crisp-api": "^9.9.0",
"dayjs": "^1.11.13",
"gray-matter": "^4.0.3",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"mitt": "^3.0.1",
"nuxt": "^3.16.1",
"ofetch": "^1.4.1",
"popmotion": "^8.7.6",
"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-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remove-markdown": "^0.6.0",
"smol-toml": "^1.3.1",
"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-text-clamp": "^0.1.2"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.1",
"@nuxt/eslint": "^0.7",
"@parcel/watcher": "^2.5.1",
"@tailwindcss/oxide": "^4.0.15",
"@tailwindcss/typography": "^0.5.15",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.17",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.17.5",
"lightningcss": "^1.29.3",
"sass-embedded": "^1.86.0",
"tailwindcss": "^4.0.7",
"typescript": "^5.6.2",
"vue-i18n-extract": "^2.0.7",
"vue-tsc": "^2.2"
}
}