-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.34 KB
/
package.json
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": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^12.3.4",
"@types/lodash": "^4.14.192",
"@types/mdx": "^2.0.4",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.1",
"@typescript-eslint/parser": "^5.58.0",
"chromedriver": "^113.0.0",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "12.1.0",
"next-mdx-remote": "^4.4.1",
"next-navigation": "^1.0.6",
"nextjs-redirect": "^6.0.1",
"prettier": "^2.8.7",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"puppeteer": "^20.1.2",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.8.0",
"rehype-image-size": "^1.0.0",
"rehype-img-size": "^1.0.1",
"sharp": "^0.32.0",
"swc": "^1.0.11",
"webpack": "^5.79.0"
},
"devDependencies": {
"@types/node": "17.0.21",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}