-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.21 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
{
"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": {
"@google/model-viewer": "^3.4.0",
"@svgdotjs/svg.js": "^3.1.2",
"astro": "^4.10.1",
"content-structure": "1.1.10",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"datatables.net-dt": "^1.13.7",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"glob": "^10.3.10",
"gray-matter": "^4.0.3",
"hast-util-to-html": "^9.0.0",
"js-yaml": "^4.1.0",
"marked": "^9.1.0",
"mdast-util-to-hast": "^13.0.2",
"panzoom": "^9.4.3",
"passport": "^0.6.0",
"passport-github": "^1.1.0",
"photoswipe": "^5.4.3",
"remark": "^15.0.1",
"sharp": "^0.33.0",
"shikiji": "^0.6.10",
"swiper": "^11.0.5",
"three": "^0.163.0",
"unist-util-visit": "^4.1.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"engines": {
"pnpm": ">=8.0.0"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2"
}
}