forked from morethanmin/morethan-log
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.82 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
50
51
52
53
54
55
{
"name": "morethan-log",
"version": "1.3.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/morethanmin/morethan-log.git"
},
"scripts": {
"dev": "cross-env NOTION_PAGE_ID=https://pinnate-turret-320.notion.site/76099ff7772c46edb4fd457f0a6676b0?v=5da3f5c9b4474822bd8212a2369316d1 next dev",
"build": "cross-env NOTION_PAGE_ID=https://pinnate-turret-320.notion.site/76099ff7772c46edb4fd457f0a6676b0?v=5da3f5c9b4474822bd8212a2369316d1 next build",
"start": "cross-env NOTION_PAGE_ID=https://pinnate-turret-320.notion.site/76099ff7772c46edb4fd457f0a6676b0?v=5da3f5c9b4474822bd8212a2369316d1 next start",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"lint": "next lint"
},
"dependencies": {
"axios": ">=0.21.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"feed": "^4.2.2",
"mermaid": "9.3.0",
"next": "^12.1.0",
"notion-client": "^4.19.8",
"notion-utils": "^4.19.8",
"openai": "^3.2.1",
"preact": "^10.5.15",
"react": "^17.0.2",
"react-cusdis": "^2.1.3",
"react-dom": "^17.0.2",
"react-icons": "^4.4.0",
"react-notion-x": "^4.11.0"
},
"devDependencies": {
"@next/env": "^13.1.6",
"@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.0.0",
"eslint-config-next": "^12.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.26.1",
"next-sitemap": "^3.1.32",
"postcss": "^8.3.11",
"prettier": "^2.7.1",
"sharp": "^0.31.3",
"tailwindcss": "^3.1.4",
"typescript": "^4.9.4"
}
}