Skip to content

Commit 7817056

Browse files
committed
add nft plugin
1 parent 29e80a2 commit 7817056

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"devDependencies": {
2828
"@commitlint/cli": "18.6.1",
2929
"@commitlint/config-conventional": "18.6.3",
30+
"@types/jest": "^29.5.11",
3031
"@typescript-eslint/eslint-plugin": "8.16.0",
3132
"@typescript-eslint/parser": "8.16.0",
3233
"@vitest/eslint-plugin": "1.1.13",
@@ -35,18 +36,17 @@
3536
"eslint": "9.16.0",
3637
"eslint-config-prettier": "9.1.0",
3738
"husky": "9.1.7",
39+
"jest": "^29.7.0",
3840
"lerna": "8.1.5",
3941
"only-allow": "1.2.1",
4042
"prettier": "3.4.1",
43+
"ts-jest": "^29.1.1",
4144
"turbo": "2.3.3",
4245
"typedoc": "0.26.11",
4346
"typescript": "5.6.3",
44-
"vite": "5.4.11",
45-
"vitest": "2.1.5",
4647
"viem": "2.21.58",
47-
"ts-jest": "^29.1.1",
48-
"@types/jest": "^29.5.11",
49-
"jest": "^29.7.0"
48+
"vite": "5.4.11",
49+
"vitest": "2.1.5"
5050
},
5151
"pnpm": {
5252
"overrides": {
@@ -64,6 +64,7 @@
6464
"@vitest/eslint-plugin": "1.0.1",
6565
"amqplib": "0.10.5",
6666
"csv-parse": "5.6.0",
67+
"langdetect": "^0.2.1",
6768
"ollama-ai-provider": "0.16.1",
6869
"optional": "0.1.4",
6970
"pnpm": "9.14.4",

0 commit comments

Comments
 (0)