-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.64 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.64 KB
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
60
61
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"commit": "cz"
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
"@types/aos": "^3.0.4",
"@types/lodash.debounce": "^4.0.8",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-vertical-timeline-component": "^3.3.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"prettier": "^2.5.1",
"tailwindcss": "^3.3.2",
"turbo": "^1.9.7"
},
"name": "maddiefoodies-turborepo",
"packageManager": "npm@9.2.0",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.5",
"@nextui-org/react": "^2.2.9",
"@nextui-org/system": "^2.0.15",
"@nextui-org/theme": "^2.1.17",
"@reduxjs/toolkit": "^1.9.5",
"antd": "^5.5.1",
"aos": "^2.3.4",
"axios": "^1.4.0",
"framer-motion": "^10.18.0",
"lodash.debounce": "^4.0.8",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"react-floating-whatsapp": "^5.0.8",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.45.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-redux": "^8.1.3",
"react-vertical-timeline-component": "^3.6.0",
"recoil": "^0.7.7",
"styled-components": "^6.0.0-rc.1",
"swiper": "^10.2.0",
"universal-cookie": "^6.1.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}