-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.72 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
{
"name": "@squarestack/github-invite",
"description": "Join our organization in a few clicks",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"deploy": "pnpm run build && pnpm run start",
"analyze": "ANALYZE=true pnpm run build",
"format": "prettier . --write --ignore-unknown --cache --plugin=prettier-plugin-tailwindcss",
"format:check": "prettier . --check --cache",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/squarestack/github-invite.git"
},
"author": "Igor Kowalczyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/squarestack/github-invite/issues"
},
"homepage": "https://just-that.vercel.app",
"dependencies": {
"@octokit/rest": "21.0.2",
"@vercel/analytics": "1.4.1",
"geist": "1.3.1",
"next": "15.0.3",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"sonner": "1.7.0"
},
"devDependencies": {
"@igorkowalczyk/eslint-config": "3.0.0-beta.15",
"@igorkowalczyk/prettier-config": "3.0.0-beta.15",
"@igorkowalczyk/is-browser": "5.0.4",
"@next/bundle-analyzer": "15.0.3",
"@tailwindcss/aspect-ratio": "0.4.2",
"autoprefixer": "10.4.20",
"encoding": "0.1.13",
"eslint": "9.15.0",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
},
"peerDependencies": {
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.14.1"
}