-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "julio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen:theme-typings": "chakra-cli tokens src/theme/index.ts",
"postinstall": "pnpm run gen:theme-typings",
"postbuild": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"@chakra-ui/button": "^2.0.14",
"@chakra-ui/icon": "^3.0.14",
"@chakra-ui/layout": "^2.1.12",
"@chakra-ui/menu": "^2.1.6",
"@chakra-ui/react": "^2.3.4",
"@chakra-ui/styled-system": "^2.5.1",
"@chakra-ui/system": "^2.3.7",
"@chakra-ui/theme": "^2.2.4",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@markdoc/markdoc": "^0.1.11",
"@markdoc/next.js": "^0.1.8",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"firebase-admin": "^11.0.1",
"framer-motion": "^7",
"mixpanel-browser": "^2.45.0",
"next": "12.3.1",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1",
"nprogress": "^0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4"
},
"devDependencies": {
"@chakra-ui/cli": "2.1.8",
"@types/mixpanel-browser": "^2.38.0",
"@types/node": "^18.7.23",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.21",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "^4.8"
}
}