-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "homework-mis",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@ant-design/pro-components": "^2.4.4",
"antd": "^5.4.2",
"babel-plugin-import": "^1.13.5",
"iron-session": "^6.2.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"moment": "^2.29.4",
"mysql2": "^2.3.3",
"next": "12.3.0",
"next-less": "^1.1.0",
"next-with-less": "^2.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-media-hook": "^0.5.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/mysql": "^2.15.21",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"node-mocks-http": "^1.11.0",
"typescript": "4.8.3"
}
}