-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 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
{
"name": "@microwebstacks/astro-big-doc",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"server": "node server/server.js"
},
"dependencies": {
"astro": "^5.0.3",
"@google/model-viewer": "^3.4.0",
"@svgdotjs/svg.js": "^3.2.4",
"content-structure": "1.1.10",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"datatables.net-dt": "^1.13.7",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"hast-util-to-html": "^9.0.3",
"js-yaml": "^4.1.0",
"marked": "^15.0.3",
"mdast-util-to-hast": "^13.2.0",
"panzoom": "^9.4.3",
"passport": "^0.7.0",
"passport-github": "^1.1.0",
"photoswipe": "^5.4.4",
"remark": "^15.0.1",
"sharp": "^0.33.5",
"shikiji": "^0.10.2",
"swiper": "^11.1.15",
"three": "^0.171.0",
"unist-util-visit": "^5.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"engines": {
"pnpm": ">=8.0.0"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2"
}
}