forked from milvus-io/milvus.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "milvus_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node scripts/migrateAssets.js && next dev -p 8000",
"build": "node scripts/migrateAssets.js && next build",
"postbuild": "next-sitemap --config sitemap.config.js",
"start": "http-server ./out",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@docsearch/react": "^3.2.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.1",
"@giscus/react": "^2.2.0",
"@inkeep/widgets": "^0.2.280",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.5",
"@mui/x-tree-view": "^6.17.0",
"@octokit/core": "^3.5.1",
"@radix-ui/react-slot": "^1.0.2",
"axios": "^0.28.0",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"cropperjs": "^1.5.12",
"cssnano-preset-lite": "^2.0.2",
"d3-format": "^3.1.0",
"dayjs": "^1.10.7",
"gestalt": "^146.5.4",
"gray-matter": "^4.0.3",
"highlight.js": "^11.6.0",
"i18next": "^21.9.1",
"instantsearch.css": "^7.4.5",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lucide-react": "^0.379.0",
"next": "^14.2.3",
"next-mdx-remote": "^4.1.0",
"next-sitemap": "^4.2.3",
"next-with-less": "^3.0.1",
"react": "18.2.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.2",
"react-file-drop": "^3.1.3",
"react-helmet": "^6.1.0",
"react-i18next": "^14.1.0",
"react-player": "^2.9.0",
"react-share": "^4.4.0",
"rehype-image-size": "^1.0.0",
"rehype-img-size": "^1.0.1",
"remarkable": "^2.0.1",
"rooks": "^5.8.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"autoprefixer": "^10.4.19",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2"
}
}