Skip to content

Commit 3f2e086

Browse files
Tinycolor install
1 parent 2d41fcc commit 3f2e086

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@aws-sdk/client-s3": "3.726.1",
1213
"@headlessui/react": "^1.7.19",
1314
"@headlessui/tailwindcss": "^0.2.1",
1415
"@heroicons/react": "^2.1.4",
@@ -28,6 +29,8 @@
2829
"eslint": "9.14.0",
2930
"eslint-config-next": "15.0.3",
3031
"focus-visible": "^5.2.0",
32+
"i18next": "^23.11.5",
33+
"lodash": "^4.17.21",
3134
"lodash.debounce": "^4.0.8",
3235
"next": "14.2.32",
3336
"postcss-focus-visible": "^6.0.4",
@@ -40,14 +43,12 @@
4043
"react-router-dom": "^6.10.0",
4144
"rxjs": "^7.8.1",
4245
"tailwindcss": "^3.4.4",
43-
"typescript": "^5.1.3",
44-
"@aws-sdk/client-s3": "3.726.1",
45-
"i18next": "^23.11.5",
46-
"lodash": "^4.17.21"
46+
"tinycolor2": "^1.6.0",
47+
"typescript": "^5.1.3"
4748
},
4849
"devDependencies": {
4950
"autoprefixer": "^10.4.15",
5051
"postcss": "^8.4.28",
5152
"tailwindcss": "^3.1.8"
5253
}
53-
}
54+
}

0 commit comments

Comments
 (0)