-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 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
41
42
43
44
45
{
"name": "krechi-sila-site",
"private": true,
"version": "6.0.0",
"version-year": "2021",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"dev-debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "^13.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-image-gallery": "^1.2.11",
"rehype-format": "^4.0.1",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.2",
"remark-unwrap-images": "^3.0.1",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.3",
"to-vfile": "^7.2.3",
"unified": "^10.1.2",
"vfile-matter": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-next": "13.0.1",
"typescript": "^4.8.4"
}
}