-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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
{
"name": "mucotresor.com",
"version": "2.0.0",
"description": "My personal website including my blog",
"main": "index.ts",
"repository": "[email protected]:muco-rolle/mucotresor.com.git",
"author": "muco <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build && next export"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.3",
"@chakra-ui/react": "^1.1.4",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"date-fns": "^2.16.1",
"framer-motion": "^3.2.1",
"gray-matter": "^4.0.2",
"mdx-prism": "^0.3.1",
"next": "^12.1.0",
"next-mdx-remote": "^2.1.1",
"next-seo": "^4.17.0",
"preact": "^10.5.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"reading-time": "^1.2.1",
"rehype": "^11.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0"
},
"devDependencies": {
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/react-icons": "^3.0.0",
"globby": "^11.0.2",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
}
}