Skip to content

Commit 5278115

Browse files
author
liuyi
committed
build: build dependencies
1 parent c5d82d5 commit 5278115

File tree

4 files changed

+281
-28
lines changed

4 files changed

+281
-28
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ dist
66
.vscode
77
.idea
88
.next
9+
.DS_Store
10+
out

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,21 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "ssh://[email protected]:10022/mumiao/ued-landing.git"
14+
"url": "https://github.com/DTStack/UED"
1515
},
1616
"keywords": [],
1717
"author": "",
1818
"license": "ISC",
1919
"dependencies": {
20+
"@ant-design/icons": "^4.7.0",
2021
"antd": "^4.21.7",
2122
"next": "^12.2.2",
2223
"react": "^18.2.0",
23-
"react-dom": "^18.2.0"
24+
"react-dom": "^18.2.0",
25+
"sharp": "^0.30.7"
2426
},
2527
"devDependencies": {
28+
"@types/react": "^18.0.15",
2629
"commitizen": "^4.2.4",
2730
"cz-conventional-changelog": "^3.3.0",
2831
"sass": "^1.53.0"

0 commit comments

Comments
 (0)