forked from craigary/nobelium
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
{
"name": "yokinist.me",
"version": "1.0.0",
"homepage": "https://yokinist.me",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yokinist/yokinist.me.git"
},
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --noEmit -p tsconfig.json",
"prepare": "simple-git-hooks",
"postbuild": "next-sitemap --config next-sitemap.config.js"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged",
"pre-push": "yarn tsc"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"classnames": "^2.3.1",
"feed": "^4.2.2",
"next": "^14.1.0",
"next-head-seo": "^0.1.2",
"next-themes": "^0.0.15",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-notion-x": "^6.16.0",
"react-tweet-embed": "^2.0.0",
"tailwindcss": "^3.4.1",
"use-ackee": "^3.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@types/gtag.js": "^0.0.5",
"@types/node": "^18.0.0",
"@types/prismjs": "^1.26.3",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/tailwindcss": "^3.1.0",
"@types/use-ackee": "^2.0.3",
"autoprefixer": "^10.4.17",
"lint-staged": "^11.0.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.35",
"simple-git-hooks": "^2.4.1",
"typescript": "^5.3.3"
},
"resolutions": {
"axios": ">=0.21.1",
"jackspeak": "2.1.1"
}
}