-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1006 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
36
37
38
39
{
"name": "15th-team3-fe",
"private": true,
"scripts": {
"dev:web": "turbo web#dev:https",
"start:web": "turbo web#start",
"build:web": "turbo web#build",
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"type-check": "turbo run type-check",
"check:spell": "cspell '**' --gitignore --no-progress",
"generate:package": "turbo gen package-template"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@tanstack/react-query": "^5.50.1",
"dayjs": "^1.11.12",
"jotai": "^2.9.1",
"lodash-es": "^4.17.21",
"next": "14.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@turbo/gen": "^1.12.4",
"@types/lodash-es": "^4.17.12",
"cspell": "^8.10.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"turbo": "^2.0.4",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}