-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.73 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "personal-space",
"description": "Personal space on the internet to share my work, my thoughts, a bit about myself and my working process, along with get in touch information.",
"version": "1.2.0",
"author": {
"name": "Andrei Chirila",
"email": "[email protected]",
"url": "https://www.chirila.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kerosz/chirila.dev.git"
},
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config sitemap.config.js"
},
"dependencies": {
"@mdx-js/react": "^1.6.22",
"@mdx-js/runtime": "^1.6.22",
"@splitbee/web": "^0.2.4",
"date-fns": "^2.23.0",
"fuse.js": "^6.4.6",
"gray-matter": "^4.0.3",
"gsap": "^3.7.0",
"next": "^12.0.8",
"next-mdx-remote": "^3.0.4",
"next-seo": "^4.26.0",
"react": "17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "17.0.2",
"reading-time": "^1.3.0",
"rehype": "^11.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-capitalize": "^1.1.0",
"remark-code-titles": "^0.1.2",
"remark-prism": "^1.3.6",
"remark-slug": "^6.1.0",
"zustand": "^3.5.7"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@types/classnames": "^2.3.1",
"@types/mdx-js__react": "^1.5.4",
"@types/node": "^16.4.3",
"@types/react": "17.0.14",
"autoprefixer": "^10.3.1",
"classnames": "^2.3.1",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"next-sitemap": "^1.6.148",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "4.3.5"
}
}