-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "lyket-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 1234",
"build": "next build",
"start": "next start -p 4567",
"export": "rimraf out && yarn build && next export && node nextjs_sitemap_generator.js",
"deploy": "yarn build && yarn export"
},
"dependencies": {
"@lyket/react": "^2.1.0",
"@material-ui/core": "^4.11.2",
"html-react-parser": "^4.0.0",
"next": "^13.1.1",
"next-react-svg": "^1.1.3",
"nextjs-sitemap-generator": "^1.3.1",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-datocms": "^4.1.3",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"react-star-ratings": "^2.3.0",
"react-syntax-highlighter": "^15.5.0",
"rimraf": "^3.0.2",
"sass": "^1.57.1",
"styled-components": "^5.3.6",
"swagger-ui-react": "^4.15.5",
"tiny-json-http": "^7.5.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.8"
}
}