-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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": "new-mizar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3006",
"build": "next build",
"start": "next start",
"lint": "next lint",
"nanopng": "node scripts/tinypng.mjs"
},
"dependencies": {
"@geist-ui/core": "^2.3.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"contentlayer": "^0.2.9",
"date-fns": "^2.29.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"execa": "^9.5.1",
"konva": "^8.3.14",
"lodash-es": "^4.17.21",
"nanopng": "^1.0.3",
"next": "13.0.5",
"next-contentlayer": "^0.2.9",
"parse-markdown-table": "^0.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-use": "^17.4.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"nanoid": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.1.0",
"sass": "^1.56.1"
},
"volta": {
"node": "18.15.0"
}
}