-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.28 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
{
"name": "frontpage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node ./scripts/static.js && next dev -p 3004",
"build": "node ./scripts/static.js && next build",
"start": "next start",
"lint": "next lint --no-cache",
"prepare": "husky",
"collect": "node ./scripts/static.js",
"content": "node ./scripts/content.js && node ./scripts/static.js",
"notes": "bun ./scripts/notes.ts",
"payload": "cross-env PAYLOAD_CONFIG_PATH=./payload.config.ts payload"
},
"dependencies": {
"@floating-ui/react": "^0.27.3",
"@paralleldrive/cuid2": "^2.2.2",
"@payloadcms/db-vercel-postgres": "^3.18.0",
"@payloadcms/next": "^3.18.0",
"@payloadcms/richtext-lexical": "^3.18.0",
"@payloadcms/storage-vercel-blob": "^3.18.0",
"@payloadcms/ui": "^3.18.0",
"axios": "^1.7.9",
"cross-env": "^7.0.3",
"fast-xml-parser": "^4.5.1",
"framer-motion": "12.0.1",
"graphql": "^16.10.0",
"gray-matter": "^4.0.3",
"jotai": "^2.11.1",
"lodash": "^4.17.21",
"lucide-react": "^0.473.0",
"mapbox-gl": "^2.15.0",
"next": "15.1.6",
"next-mdx-remote": "^5.0.0",
"payload": "^3.18.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-map-gl": "^7.1.8",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.7",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash": "^4.17.14",
"@types/mapbox-gl": "^3.4.1",
"@types/node": "22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/parser": "^8.21.0",
"daisyui": "5.0.0-beta.1",
"eslint": "9.18.0",
"eslint-config-next": "15.1.6",
"husky": "^9.1.7",
"postcss": "8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "4.0.0",
"typescript": "5.7.3"
},
"prettier": {
"printWidth": 120,
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"type": "module"
}