-
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) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 839 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": "intellycode-site",
"private": true,
"type": "module",
"scripts": {
"dev": "vite-react-ssg dev",
"build": "vite-react-ssg build",
"preview": "vite preview"
},
"dependencies": {
"@mdx-js/react": "^3.1.1",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"katex": "^0.18.7",
"react": "^19.3.0",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.3.0",
"react-router-dom": "^6.30.6"
},
"devDependencies": {
"@mdx-js/rollup": "^3.1.1",
"@vitejs/plugin-react": "^6.1.1",
"mdast-util-to-string": "^4.0.0",
"rehype-katex": "^7.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx-frontmatter": "^5.2.0",
"sass-embedded": "^1.104.1",
"vite": "^8.3.0",
"vite-react-ssg": "^0.9.2"
}
}