diff options
author | crupest <crupest@outlook.com> | 2021-05-06 20:57:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 20:57:18 +0800 |
commit | a7d12775d7ea8f72122d5a35914c0fe566fcea73 (patch) | |
tree | 2c74f378431caa04085b66adfeec94fc8eb35c4b /FrontEnd/package.json | |
parent | 51eb07c89ce480ba04c8979163ea8e82d2672b11 (diff) | |
download | timeline-a7d12775d7ea8f72122d5a35914c0fe566fcea73.tar.gz timeline-a7d12775d7ea8f72122d5a35914c0fe566fcea73.tar.bz2 timeline-a7d12775d7ea8f72122d5a35914c0fe566fcea73.zip |
...
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index c8f32e9c..5abb8d65 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -10,6 +10,7 @@ "bootstrap": "^5.0.0",
"bootstrap-icons": "^1.4.1",
"classnames": "^2.3.1",
+ "color": "^3.1.3",
"core-js": "^3.11.2",
"i18next": "^20.2.2",
"i18next-browser-languagedetector": "^6.1.0",
@@ -64,6 +65,7 @@ "@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7",
+ "@types/color": "^3.0.1",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
|