-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.52 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.52 KB
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
{
"name": "draculatheme.com",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"rss": "echo \"\" && echo \"› rss blog\" && node ./src/utils/rss/blog.mjs && echo \"› rss changelog\" && node ./src/utils/rss/changelog.mjs && echo \"✔ rss\" && echo \"\"",
"lint": "echo \"\" && echo \"› eslint\" && eslint --fix . && echo \"› prettier\" && prettier --write --log-level warn . && echo \"✔ clean\" && echo \"\""
},
"dependencies": {
"next": "^16.2.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"resend": "^6.11.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@octokit/rest": "^22.0.1",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"airtable": "^0.12.2",
"countries-list": "^3.3.0",
"date-fns": "^4.1.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^13.0.0",
"globby": "^16.2.0",
"gray-matter": "^4.0.3",
"ioredis": "^5.10.1",
"motion": "^12.38.0",
"next-mdx-remote": "^6.0.0",
"nuqs": "^2.8.9",
"prettier": "^3.8.3",
"prettier-plugin-css-order": "^2.2.0",
"reading-duration": "^1.1.2",
"rehype-unwrap-images": "^1.0.0",
"remark-gfm": "^4.0.1",
"rss": "^1.2.2",
"sugar-high": "^1.1.0",
"swr": "^2.4.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.2",
"use-sound": "^5.0.0"
}
}