-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
50
51
{
"name": "devrim.tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"ssl": "node server.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cert": "rm -rf .cert && mkdir -p .cert && mkcert -key-file ./.cert/key.pem -cert-file ./.cert/cert.pem 'localhost'"
},
"resolutions": {
"@types/react": "18.0.1"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.0.7",
"@types/lodash": "^4.17.21",
"@types/mdx": "^2.0.13",
"@types/prismjs": "^1.26.5",
"@types/react": "19.2.7",
"@typescript-eslint/parser": "^8.48.1",
"chromedriver": "^143.0.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "16.0.7",
"next-mdx-remote": "^5.0.0",
"next-navigation": "^1.0.6",
"nextjs-redirect": "^6.0.1",
"prettier": "^3.7.4",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.30.0",
"puppeteer": "^24.32.0",
"react": "^19.2.1",
"react-dom": "19.2.1",
"react-icons": "^5.5.0",
"rehype-image-size": "^1.0.0",
"rehype-img-size": "^1.0.1",
"sharp": "^0.34.5",
"swc": "^1.0.11",
"webpack": "^5.103.0"
},
"devDependencies": {
"@types/node": "24.10.1",
"eslint": "9.39.1",
"eslint-config-next": "16.0.7",
"typescript": "5.9.3"
}
}