-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
50
{
"name": "@yodaos-jsar/website",
"version": "0.1.0",
"description": "The YodaOS JSAR Website",
"main": "index.js",
"scripts": {
"dev": "next dev",
"prebuild": "node ./download-versions.js",
"build": "next build",
"preexport": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"author": "Yorkie Liu <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@ant-design/cssinjs": "^1.17.0",
"@ant-design/icons": "^5.2.6",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^13.4.19",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@yodaos-jsar/dom": "^0.3.1-alpha.20240122.1705918165751",
"antd": "^5.9.0",
"autoprefixer": "10.4.14",
"babylonjs": "^6.39.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"glob": "^10.3.10",
"locale-code": "^2.0.2",
"next": "13.4.12",
"next-intl": "^2.20.2",
"postcss": "8.4.27",
"react": "18.2.0",
"react-code-blocks": "^0.1.4",
"react-dom": "18.2.0",
"react-scroll-parallax": "^3.4.5",
"react-use": "^17.4.0",
"rehype-mdx-code-props": "^3.0.1",
"remark-gfm": "^3.0.1",
"typescript": "5.1.6"
},
"devDependencies": {
"axios": "^1.5.1"
}
}