-
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.2.5",
"@types/lodash": "^4.17.24",
"@types/mdx": "^2.0.13",
"@types/prismjs": "^1.26.6",
"@types/react": "19.2.14",
"@typescript-eslint/parser": "^8.59.2",
"chromedriver": "^148.0.2",
"gray-matter": "^4.0.3",
"lodash": "^4.18.1",
"next": "^16.2.5",
"next-mdx-remote": "^6.0.0",
"next-navigation": "^1.0.6",
"nextjs-redirect": "^6.0.1",
"prettier": "^3.8.3",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.30.0",
"puppeteer": "^24.43.0",
"react": "^19.2.6",
"react-dom": "19.2.6",
"react-icons": "^5.6.0",
"rehype-image-size": "^1.0.0",
"rehype-img-size": "^1.0.1",
"sharp": "^0.34.5",
"swc": "^1.0.11",
"webpack": "^5.106.2"
},
"devDependencies": {
"@types/node": "25.6.0",
"eslint": "10.3.0",
"eslint-config-next": "16.2.5",
"typescript": "6.0.3"
}
}