-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 845 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
{
"name": "hcareers-turborepo",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo run test"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint-config-custom": "*",
"prettier": "^3.0.3",
"tsconfig": "*",
"turbo": "latest"
},
"packageManager": "npm@9.5.1",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"flowbite": "^2.0.0",
"flowbite-react": "^0.6.4",
"next": "^14.0.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"zustand": "^4.4.6"
}
}