-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 778 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
34
{
"name": "mintex",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"nextjs-progressbar": "^0.0.16",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.31.3"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"antd": "^5.1.0",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"eslint": "^8.30.0",
"eslint-config-next": "^13.1.1",
"next": "^13.1.1",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}