-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "starter-theme",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11",
"@fontsource/poppins": "^4.5.0",
"esbuild": "^0.13.12",
"framer-motion": "^5.0.0",
"glob": "^7.2.0",
"mdx-bundler": "^6.0.2",
"next": "^12.0.2",
"prism-react-renderer": "^1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"reading-time": "^1.5.0",
"remark-mdx-code-meta": "^1.0.0",
"remark-slug": "^7.0.1"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/react": "17.0.33",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "8.1.0",
"eslint-config-next": "12.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gray-matter": "^4.0.3",
"prettier": "^2.4.1",
"typescript": "4.4.4"
}
}