-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
package.json
49 lines (49 loc) · 1.25 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
46
47
48
49
{
"name": "morethan-log",
"version": "1.3.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/morethanmin/morethan-log.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@radix-ui/colors": "^1.0.0",
"@tanstack/react-query": "^4.29.19",
"axios": ">=0.21.1",
"cookies-next": "^2.1.2",
"mermaid": "^10.9.1",
"next": "^13.4.9",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-cusdis": "^2.1.3",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-notion-x": "^6.16.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.12",
"@types/node": "^18.11.15",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.0",
"eslint": "^8.39.0",
"eslint-config-next": "^13.4.7",
"next-sitemap": "^3.1.32",
"postcss": "^8.3.11",
"prettier": "^2.7.1",
"prismjs": "^1.29.0",
"typescript": "^4.9.4"
}
}