forked from izuolan/notionic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.55 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.55 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "notionic",
"version": "3.0.0",
"homepage": "https://zuolan.me",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/izuolan/notionic.git"
},
"author": {
"name": "Zuo Lan",
"email": "i@zuolan.me",
"url": "https://zuolan.me"
},
"scripts": {
"dev": "next dev",
"build": "dotenv -- next build",
"start": "next start",
"format": "prettier --write .",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"prepare": "husky install"
},
"dependencies": {
"dayjs": "^1.11.14",
"dotenv": "^17.2.1",
"feed": "^5.1.0",
"framer-motion": "12.23.12",
"got": "^14.4.7",
"next": "^13.2.4",
"next-themes": "^0.4.6",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"nprogress": "^0.2.0",
"p-map": "^7.0.3",
"p-memoize": "^8.0.0",
"preact": "^10.27.1",
"prism-theme-vars": "^0.2.5",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-notion-x": "^6.16.0",
"sharp": "0.32.6",
"use-ackee": "^3.1.0"
},
"devDependencies": {
"@heroicons/react": "^2.2.0",
"@tailwindcss/postcss": "^4.1.12",
"@types/react": "^19.1.1",
"dotenv-cli": "^10.0.0",
"eslint": "^9.34.0",
"eslint-config-next": "^15.5.2",
"husky": "^9.1.7",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
},
"bugs": {
"url": "https://github.com/izuolan/notionic/issues",
"email": "i@zuolan.me"
}
}