-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 930 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
{
"name": "make-utd",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
"@mui/icons-material": "^5.14.16",
"@tailwindcss/typography": "^0.5.10",
"@types/antd": "^1.0.0",
"@typescript-eslint/parser": "^6.10.0",
"antd": "^5.11.0",
"css-loader": "^6.8.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"next": "14.0.1",
"postcss-loader": "^7.3.3",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2.37",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}