-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "metalab-website",
"version": "0.0.1",
"description": "Website for metalab(at)harvard and metalab(at)fu_berlin",
"scripts": {
"build": "hugo --gc --config config/config.json,config.toml --ignoreCache",
"svelte:prod": "vite build",
"dev": "hugo server --bind=0.0.0.0 -D --config config/config.json,config.toml --ignoreCache"
},
"author": "Jonas Parnow <[email protected]>",
"license": "ISC",
"type": "module",
"dependencies": {
"@glidejs/glide": "^3.6.2",
"body-scroll-lock": "^3.1.5",
"lodash": "^4.17.21",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"axios": "^1.7.2",
"front-matter": "^4.0.2",
"js-yaml": "^4.1.0",
"minisearch": "^6.3.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"npm-run-all": "^4.1.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"url": "^0.11.3",
"vite": "^5.3.3"
}
}