forked from directus/directus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
112 lines (112 loc) · 2.95 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@directus/app",
"version": "9.5.1",
"private": false,
"description": "Directus is an Open-Source Headless CMS & API for Managing Custom Databases",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"main": "dist/index.html",
"exports": {
".": "./dist/index.html",
"./package.json": "./package.json"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/directus/directus.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest --coverage",
"test:watch": "jest --coverage --watchAll"
},
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
"devDependencies": {
"@directus/docs": "9.5.1",
"@directus/extensions-sdk": "9.5.1",
"@directus/format-title": "9.5.1",
"@directus/shared": "9.5.1",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fullcalendar/core": "5.10.1",
"@fullcalendar/daygrid": "5.10.1",
"@fullcalendar/interaction": "5.10.1",
"@fullcalendar/list": "5.10.1",
"@fullcalendar/timegrid": "5.10.1",
"@mapbox/mapbox-gl-draw": "1.3.0",
"@mapbox/mapbox-gl-draw-static-mode": "1.0.1",
"@mapbox/mapbox-gl-geocoder": "4.7.4",
"@popperjs/core": "2.10.2",
"@rollup/plugin-yaml": "3.1.0",
"@sindresorhus/slugify": "2.1.0",
"@tinymce/tinymce-vue": "4.0.5",
"@turf/meta": "6.5.0",
"@types/base-64": "1.0.0",
"@types/bytes": "3.1.1",
"@types/codemirror": "5.60.5",
"@types/color": "3.0.2",
"@types/diacritics": "1.3.1",
"@types/diff": "5.0.1",
"@types/dompurify": "2.3.1",
"@types/geojson": "7946.0.8",
"@types/jest": "27.4.0",
"@types/lodash": "4.14.177",
"@types/mapbox__mapbox-gl-draw": "1.2.3",
"@types/mapbox__mapbox-gl-geocoder": "4.7.1",
"@types/markdown-it": "12.2.3",
"@types/marked": "4.0.1",
"@types/mime": "2.0.3",
"@types/ms": "0.7.31",
"@types/qrcode": "1.4.1",
"@types/wellknown": "0.5.1",
"@vitejs/plugin-vue": "1.10.0",
"@vue/compiler-sfc": "3.2.22",
"apexcharts": "3.30.0",
"axios": "0.24.0",
"base-64": "1.0.0",
"caret-pos": "2.0.0",
"codemirror": "5.64.0",
"copyfiles": "2.4.1",
"cropperjs": "1.5.12",
"date-fns": "2.24.0",
"diacritics": "1.3.0",
"dompurify": "2.3.3",
"escape-string-regexp": "5.0.0",
"flatpickr": "4.6.9",
"front-matter": "4.0.2",
"html-entities": "2.3.2",
"jest": "27.4.7",
"jsonlint-mod": "1.7.6",
"maplibre-gl": "1.15.2",
"marked": "4.0.10",
"micromustache": "8.0.3",
"mime": "3.0.0",
"mitt": "3.0.0",
"nanoid": "3.1.30",
"p-queue": "7.1.0",
"pinia": "2.0.4",
"prettier": "2.4.1",
"pretty-ms": "7.0.1",
"qrcode": "1.4.4",
"rimraf": "3.0.2",
"sass": "1.43.4",
"tinymce": "5.10.2",
"ts-jest": "27.1.3",
"typescript": "4.5.2",
"vite": "2.6.14",
"vite-plugin-md": "0.11.4",
"vue": "3.2.22",
"vue-i18n": "9.1.9",
"vue-router": "4.0.12",
"vuedraggable": "4.1.0",
"wellknown": "0.5.0"
}
}