forked from jeiltodo/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 821 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"type-check": "turbo type-check",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"axios": "^1.7.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "^2.0.9"
},
"engines": {
"node": ">=18"
},
"name": "with-tailwind",
"packageManager": "yarn@1.22.22",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"@types/react-query": "^1.2.9",
"react-copy-to-clipboard": "^5.1.0",
"react-quill": "^2.0.0",
"react-toastify": "^10.0.5",
"swiper": "^11.1.10"
}
}