-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.08 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
{
"name": "admin",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ariakit/react": "^0.4.7",
"@astrojs/check": "^0.5.10",
"@astrojs/netlify": "^5.2.0",
"@astrojs/react": "^3.3.0",
"@iiif/presentation-3": "^2.2.3",
"@mdxeditor/editor": "^3.0.1",
"@nanostores/react": "^0.8.0",
"@phosphor-icons/react": "^2.1.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/themes": "^3.0.2",
"@types/jsdom": "^21.1.7",
"accept-language-parser": "^1.5.0",
"astro": "^4.6.3",
"change-case": "^5.4.4",
"formik": "^2.4.6",
"globby": "^14.0.1",
"isomorphic-git": "^1.25.7",
"jsdom": "^24.1.1",
"json-schema-to-ts": "^3.1.0",
"memfs": "^4.9.2",
"nanostores": "^0.11.3",
"path": "^0.12.7",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.2.0",
"react-player": "^2.16.0",
"slate": "^0.103.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.105.0",
"slugify": "^1.6.6",
"typescript": "^5.4.5",
"uuid": "^10.0.0",
"webvtt-parser": "^2.2.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@types/accept-language-parser": "^1.5.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"eslint-plugin-react": "^7.35.2",
"globals": "^15.9.0",
"vite-plugin-checker": "^0.7.2"
}
}