-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "lmsysorg",
"version": "0.1.1",
"private": true,
"scripts": {
"rss": "node scripts/gen-rss.mjs",
"dev": "npm run rss && next dev",
"build": "npm run rss && next build",
"start": "npm run rss && next start --port 3005",
"lint": "next lint",
"export": "next export && next-image-export-optimizer",
"deploy": "npm run build && npm run export && touch ./out/.nojekyll"
},
"dependencies": {
"@formspark/use-formspark": "^0.1.39",
"dateformat": "^5.0.3",
"express": "^4.18.2",
"framer-motion": "^6.3.11",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"markdown-it-github-headings": "^2.0.1",
"next": "12.1.6",
"next-image-export-optimizer": "^0.10.1",
"react": "18.1.0",
"react-burger-menu": "^3.0.8",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-slideshow-image": "^3.7.5",
"rss": "^1.2.2",
"tailwind-children": "^0.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2"
}
}