forked from izuolan/notionic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.65 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
56
57
58
59
60
61
62
63
64
65
{
"name": "notionic",
"version": "1.0.1",
"homepage": "https://zuolan.me",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/izuolan/notionic.git"
},
"author": {
"name": "Zuo Lan",
"email": "[email protected]",
"url": "https://zuolan.me"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"prepare": "husky install"
},
"dependencies": {
"feed": "^4.2.2",
"framer-motion": "6.4.3",
"got": "^12.5.3",
"next": "^12.1.0",
"next-themes": "^0.1.1",
"notion-client": "^6.15.8",
"notion-utils": "^6.15.8",
"nprogress": "^0.2.0",
"p-map": "^5.5.0",
"p-memoize": "^6.0.1",
"preact": "^10.5.15",
"prism-theme-vars": "^0.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notion-x": "^6.15.8",
"sharp": "^0.30.5",
"use-ackee": "^3.0.0"
},
"devDependencies": {
"@heroicons/react": "^1.0.5",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.0",
"eslint": "^8.26.0",
"eslint-config-next": "^12.3.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"husky": "^8.0.1",
"next-sitemap": "^3.1.29",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.3"
},
"bugs": {
"url": "https://github.com/izuolan/notionic/issues",
"email": "[email protected]"
}
}