diff options
author | 2021-06-06 21:17:48 -0700 | |
---|---|---|
committer | 2021-06-06 21:17:48 -0700 | |
commit | 395deef793ca895d13f365bdbb5051183c16c52c (patch) | |
tree | 8b8da2b212c2ebb1eb6289031180e52236ccd6e5 /demos/simple-react | |
parent | 9f74fba3951934034a573bd5bf5cda7617474eb0 (diff) | |
download | bun-395deef793ca895d13f365bdbb5051183c16c52c.tar.gz bun-395deef793ca895d13f365bdbb5051183c16c52c.tar.zst bun-395deef793ca895d13f365bdbb5051183c16c52c.zip |
json
Former-commit-id: aa554728f18984b021b9071ffb2d09a59c82dc3c
Diffstat (limited to 'demos/simple-react')
-rw-r--r-- | demos/simple-react/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/simple-react/package.json b/demos/simple-react/package.json index 310fd9e3f..4ea9dd0a8 100644 --- a/demos/simple-react/package.json +++ b/demos/simple-react/package.json @@ -4,6 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { + "antd": "^4.16.1", "left-pad": "^1.3.0", "react": "^17.0.2", "react-bootstrap": "^1.6.1", |