-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.61 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ceos-fe",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"admin": "yarn workspace @ceos-fe/admin dev",
"ceos": "yarn workspace @ceos-fe/ceos dev",
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.1.0",
"@types/react": "^18.2.6",
"@types/react-dom": "latest",
"@types/react-modal": "^3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"babel-plugin-emotion": "^11.0.0",
"eslint": "^8.40.0",
"eslint-config-custom": "*",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"turbo": "latest"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "11.11.0",
"@emotion/styled": "^11.11.0",
"@next/font": "^13.4.1",
"@svgr/webpack": "^8.0.1",
"@tanstack/react-query": "4.29.15",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"emotion-reset": "^3.0.1",
"next-images": "^1.8.5",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.45.2",
"react-intersection-observer": "^9.5.2",
"react-modal": "^3.16.1",
"recoil": "^0.7.7",
"typescript": "5.0.4"
}
}