-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "nimuseel-blog",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@yarnpkg/pnpify": "^4.1.4",
"D": "^1.0.0",
"acorn": "^8.14.0",
"next": "15.2.8",
"nextra": "^4.2.13",
"nextra-theme-blog": "^4.2.13",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.62.0",
"typescript": "^5.8.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.8",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@yarnpkg/sdks": "^3.2.1",
"eslint": "^9.21.0",
"eslint-config-next": "^15.2.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unused-imports": "^4.1.4",
"pagefind": "^1.3.0",
"prettier": "^3.5.2"
},
"packageManager": "yarn@4.7.0",
"type": "module"
}