-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.35 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn generate-chakra-tokens && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-chakra-tokens": "npx @chakra-ui/[email protected] tokens src/core/styles/theme.ts",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|tsx|json)\""
},
"dependencies": {
"@brazilian-utils/brazilian-utils": "^1.0.0-rc.12",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-query-devtools": "^4.35.3",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"axios": "^1.5.0",
"chakra-react-select": "4.6.0",
"date-fns": "^2.30.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"icomoon-react": "^3.0.0",
"next": "13.4.19",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"typescript": "5.2.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.0.3"
}
}