-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "bookofnotes",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && cp dist/index.html dist/200.html",
"pdfs": "node scripts/generate-subject-pdfs.mjs",
"preview": "vite preview"
},
"dependencies": {
"baseline-browser-mapping": "^2.10.38",
"caniuse-lite": "^1.0.30001799",
"katex": "^0.16.25",
"lucide-react": "^0.554.0",
"mathjax": "^3.2.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-intersection-observer": "^10.0.0",
"react-katex": "^3.1.0",
"react-pdf": "^10.3.0",
"react-router-dom": "^7.10.1",
"react-syntax-highlighter": "^16.1.0",
"recharts": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"puppeteer": "^24.32.0",
"tailwindcss": "^4.1.17",
"terser": "^5.44.1",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-compression": "^0.5.1"
}
}