-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 940 Bytes
/
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
{
"name": "milvus-tutorial-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": " ./bin/next-dev",
"build": " next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.7.0",
"axios": "^0.27.2",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"glob": "^8.0.1",
"highlight.js": "^11.5.1",
"js-base64": "^3.7.2",
"less": "^4.1.2",
"less-loader": "^11.0.0",
"next": "12.1.6",
"next-with-less": "^2.0.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-github-btn": "^1.3.0",
"remarkable": "^2.0.1",
"yargs": "^17.5.0"
},
"devDependencies": {
"akamai": "^0.10.1",
"chokidar": "^3.5.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"express": "^4.18.1"
}
}