Skip to content

Commit dc69253

Browse files
committed
Setup question list page with sample data and components
1 parent c0218aa commit dc69253

File tree

7 files changed

+574
-327
lines changed

7 files changed

+574
-327
lines changed

apps/web/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@ant-design/cssinjs": "^1.21.1",
13+
"@ant-design/icons": "^5.5.1",
1214
"@ant-design/nextjs-registry": "^1.0.1",
1315
"antd": "^5.20.6",
1416
"next": "14.2.13",
15-
"react": "^18",
16-
"react-dom": "^18",
17+
"react": "^18.2.0",
18+
"react-dom": "^18.2.0",
1719
"sass": "^1.79.2"
1820
},
1921
"devDependencies": {
2022
"@types/node": "^20",
21-
"@types/react": "^18",
22-
"@types/react-dom": "^18",
23+
"@types/react": "^18.3.8",
24+
"@types/react-dom": "^18.3.0",
2325
"eslint": "^8",
2426
"eslint-config-next": "14.2.13",
2527
"typescript": "^5"

0 commit comments

Comments
 (0)