-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "next-antd-tailwind",
"version": "0.4.2",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watchAll",
"test-coverage": "NODE_ENV=test jest --coverage",
"test:ci": "NODE_ENV=test jest --ci --coverage"
},
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.5.1",
"antd": "^5.20.6",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"eslint": "^8",
"eslint-config-next": "^14.2.13",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "14.2.13",
"pino": "^9.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-loading-randomizable": "^1.0.3",
"sharp": "^0.33.5"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"autoprefixer": "^10.4.20",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
}
}