-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "znc86",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@emotion/react": "^11.10.5",
"@ericz1803/react-google-calendar": "^4.2.2",
"date-fns": "^2.29.3",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
"i18next": "^22.4.5",
"next": "13.0.2",
"next-i18next": "^13.0.2",
"next-transpile-modules": "^10.0.0",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.1",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^15.5.0",
"rss": "^1.2.2",
"showdown": "^2.1.0",
"zod": "^3.18.0"
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/rss": "^0.0.29",
"@types/showdown": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.26.0",
"eslint-config-next": "13.0.2",
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.11.3"
}
}