-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1023 Bytes
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
{
"name": "localhost433.github.io",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node scripts/dev-server.js",
"dev:vercel": "vercel dev",
"build": "echo \"No build step required for a static site\"",
"build:artifacts": "node scripts/build-artifacts.js",
"build:exams": "node notes/courses/CSCI-UA-470/exams/build.js",
"build:sitemap": "node scripts/build-sitemap.js",
"check:bytecode": "node scripts/check-bytecode.js",
"test": "node scripts/check-bytecode.js && node --test notes/js/*.test.js notes/courses/CSCI-UA-470/exams/*.test.js"
},
"dependencies": {
"@upstash/redis": "^1.38.2",
"@vercel/analytics": "^1.6.1",
"js-yaml": "^4.3.1",
"node-fetch": "^3.3.2",
"pg": "^8.23.0",
"sanitize-html": "^2.17.6"
},
"devDependencies": {
"@babel/standalone": "^7.29.8",
"puppeteer-core": "^25.6.0"
},
"overrides": {
"nanoid": ">=3.3.17",
"path-to-regexp": ">=6.2.3",
"postcss": ">=8.5.23",
"tar-fs": ">=1.16.4"
}
}