-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.61 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.61 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
{
"name": "datagutt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --write",
"format:check": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path ../.gitignore --ignore-unknown --no-error-on-unmatched-pattern --check"
},
"dependencies": {
"@spissvinkel/simplex-noise": "^1.0.1",
"@tailwindcss/typography": "^0.5.19",
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
"critters": "^0.0.25",
"geist": "^1.7.0",
"gsap": "^3.13.0",
"next": "16.2.0-canary.48",
"next-themes": "^0.2.1",
"node-html-parser": "^7.0.2",
"react": "19.0.0",
"react-activity-calendar": "^3.1.1",
"react-dom": "19.0.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.3",
"@types/node": "^20.19.25",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"autoprefixer": "^10.4.22",
"eslint": "^8.57.1",
"eslint-config-next": "15.2.2",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"pnpm": {
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}
}