-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.27 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": "ae2-guide",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"build-debug": "cross-env NODE_OPTIONS='--inspect' next build",
"start": "serve out",
"lint": "next lint",
"download-data": "node scripts/download_data.mjs"
},
"dependencies": {
"@docsearch/react": "^3.5.2",
"@tippyjs/react": "^4.2.6",
"flatbuffers": "^23.5.26",
"next": "14.0.0",
"next-sitemap": "^4.2.3",
"pako": "^2.1.0",
"react": "^18",
"react-dom": "^18",
"semver": "^7.5.4",
"three": "^0.151.3",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/mdast": "^3.0.11",
"@types/node": "^20",
"@types/pako": "^2.0.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/semver": "^7.5.4",
"@types/three": "^0.152.1",
"autoprefixer": "^10",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"mdast": "^3.0.0",
"mdast-util-mdx-expression": "^2.0.0",
"mdast-util-mdx-jsx": "^2.1.4",
"postcss": "^8",
"prettier": "^3.0.3",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"serve": "^14.2.1",
"typescript": "^5",
"unist-util-visit": "^4.1.2"
}
}