-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "rossmoody.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prettier": "prettier-config-rossmoody",
"dependencies": {
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@radix-ui/react-scroll-area": "^0.1.3",
"framer-motion": "^4",
"gray-matter": "^4.0.3",
"next": "12.0.7",
"next-mdx-remote": "^3.0.8",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-live": "^2.3.0",
"react-syntax-highlighter": "^15.4.5"
},
"devDependencies": {
"@ctrl/tinycolor": "^3.4.0",
"@netlify/plugin-nextjs": "^4.1.1",
"@types/gtag.js": "^0.0.8",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"prettier-config-rossmoody": "^1.0.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"typescript": "4.5.4"
}
}