chore: clean up structure; fix ai-motion warning
This commit is contained in:
20
package.json
20
package.json
@@ -52,7 +52,7 @@
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^2.0.22",
|
||||
"ai": "^5.0.26",
|
||||
"ai-motion": "^0.4.6",
|
||||
"ai-motion": "^0.4.7",
|
||||
"chalk": "^5.6.0",
|
||||
"zod": "^4.1.3"
|
||||
},
|
||||
@@ -113,5 +113,23 @@
|
||||
"never"
|
||||
]
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
"semi": false,
|
||||
"useTabs": true,
|
||||
"printWidth": 100,
|
||||
"trailingComma": "es5",
|
||||
"plugins": [
|
||||
"@trivago/prettier-plugin-sort-imports"
|
||||
],
|
||||
"importOrder": [
|
||||
"<THIRD_PARTY_MODULES>",
|
||||
"^(@/).*(?<!css)$",
|
||||
"^[./].*(?<!css)$",
|
||||
".css$"
|
||||
],
|
||||
"importOrderSeparation": true,
|
||||
"importOrderSortSpecifiers": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user