-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 882 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 882 Bytes
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
{
"author": "dastasoft <dastasoft@protonmail.com> (https://dastasoft.com)",
"name": "dastasoft-blog",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"engines": {
"node": "24.x"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"feed": "^5.1.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"ms": "^2.1.3",
"next": "^16.0.5",
"next-seo": "^5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"styled-components": "^6.1.19"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.4",
"globby": "^11",
"prettier": "^3.6.2"
}
}