-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
93 lines (93 loc) · 2.9 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "socialify",
"version": "2.18.4",
"description": "Socialify your project. Share with the world!",
"author": "@CryogenicPlanet, @wei",
"license": "MIT",
"homepage": "https://socialify.git.ci",
"repository": {
"type": "git",
"url": "https://github.com/wei/socialify.git"
},
"bugs": {
"url": "https://github.com/wei/socialify/issues"
},
"scripts": {
"dev": "next dev --turbopack",
"debug": "NODE_OPTIONS='--inspect' next",
"build": "next build",
"test:unit": "jest",
"test:unit:watch": "jest --watch",
"test:unit:update-snapshots": "jest -u",
"test:e2e": "playwright test",
"test:e2e:update-snapshots": "playwright test --update-snapshots",
"test": "pnpm test:unit && pnpm test:e2e",
"start": "next start",
"lint": "biome ci .",
"lint:fix": "biome check --write --verbose .",
"lint:fix-unsafe": "biome check --write-unsafe --verbose .",
"ncu": "npx npm-check-updates -u",
"verify": "pnpm lint && pnpm test && pnpm build",
"download-font": "./fonts/download-font.sh",
"playwright:install": "pnpm playwright install --with-deps chromium",
"postinstall": "mkdir -p ./public && cp ./node_modules/yoga-wasm-web/dist/yoga.wasm ./public/yoga.wasm && cp ./node_modules/@resvg/resvg-wasm/index_bg.wasm ./public/resvg_bg.wasm",
"prepare": "is-ci || husky"
},
"engines": {
"node": "22"
},
"dependencies": {
"@next/third-parties": "^15.1.2",
"@resvg/resvg-wasm": "^2.6.2",
"badgen": "^3.2.3",
"clsx": "^2.1.1",
"copee": "^1.0.6",
"hero-patterns": "^2.1.0",
"is-ci": "^4.1.0",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"satori": "^0.10.14",
"server-only": "^0.0.1",
"simple-icons": "^13.21.0",
"use-debounce": "^10.0.4",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.11",
"@jest/types": "^29.6.3",
"@playwright/test": "^1.49.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.2",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}