-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
36 lines (36 loc) · 969 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
{
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo run test",
"prepare": "husky install",
"setup": "turbo run setup"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@turbo/gen": "^2.3.1",
"eslint": "^9.15.0",
"eslint-config-custom": "workspace:*",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"turbo": "^2.3.1"
},
"packageManager": "[email protected]",
"name": "techno-event-management",
"version": "0.0.0",
"dependencies": {
"@chakra-ui/form-control": "^2.2.0",
"@chakra-ui/layout": "^2.3.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"chakra-ui-autocomplete": "^1.4.5",
"framer-motion": "^11.5.4",
"react-dom": "18.3.1"
}
}