generated from ayushsoni1010/next-chakra-ui-template
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "npm run sitemap && npm run rss:feed",
"sitemap": "next-sitemap --config next-sitemap.config.js",
"rss:feed": "run-func scripts/generate-rss.js generate"
},
"dependencies": {
"@chakra-ui/react": "^2.3.6",
"@emailjs/browser": "^3.10.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@next/mdx": "^13.3.4",
"@notionhq/client": "^2.2.3",
"aos": "^2.3.4",
"chakra-ui-markdown-renderer": "^4.1.0",
"emailjs-com": "^3.2.0",
"framer-motion": "^7.10.3",
"graphql": "^16.6.0",
"gray-matter": "^4.0.3",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-markdown": "^8.0.6",
"react-toastify": "^9.1.1",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"run-func": "^3.0.0",
"slugify": "^1.6.6",
"three": "^0.145.0"
},
"devDependencies": {
"@mdx-js/loader": "^2.3.0",
"autoprefixer": "^10.4.14",
"eslint": "8.26.0",
"eslint-config-next": "12.3.1",
"next-sitemap": "^4.0.6",
"postcss": "^8.4.23",
"rss": "^1.2.2",
"tailwindcss": "^3.3.2"
}
}