-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 Bytes
/
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
{
"name": "adg.entidi.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"deploy": "rsync -avhz --delete out/ csi:/var/www/adg.entidi.com/",
"start": "npm exec serve out",
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.0.4",
"bootstrap": "^5",
"highlight.js": "^11.9.0",
"js-yaml": "^4.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-preset-minify": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-frontmatter": "^5.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"sass": "^1.69.5",
"unist-builder": "^4.0.0",
"serve": "^14.2.1"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/bootstrap": "^5",
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
}