-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.38 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.38 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
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
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "my-tina-app",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "pnpm tinacms dev -c \"next dev --turbopack\"",
"build": "tinacms build && next build",
"generate:archived-rules": "node ./scripts/generate-archived-rules.js",
"generate:people-latest-rules": "node ./scripts/generate-people-latest-rules.js",
"postbuild": "npm run -s generate:archived-rules && next-sitemap",
"build-local": "tinacms build --local --skip-indexing --skip-cloud-checks && next build",
"start": "next start",
"export": "npm run build && next export",
"lint": "biome lint",
"dev:build": "next build",
"prepare:content": "cross-env node ./scripts/prepare-content.js",
"crawl-sitemap": "node ./scripts/crawl-sitemap.js",
"test": "jest"
},
"devDependencies": {
"@biomejs/biome": "^2.3.3",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@tinacms/cli": "2.2.2",
"@types/jest": "^30.0.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.19.3",
"@types/react": "^19",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.23",
"cross-env": "^10.1.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"typescript": "^5.8.2"
},
"dependencies": {
"@auth0/nextjs-auth0": "^4.17.1",
"@fontsource-variable/inter": "^5.2.6",
"@fortawesome/fontawesome-free": "^7.1.0",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.0",
"@giscus/react": "^3.1.0",
"@headlessui/react": "^2.2.1",
"@microsoft/applicationinsights-web": "^3.3.9",
"@next/third-parties": "^15.5.6",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-slot": "^1.1.2",
"@swc/helpers": "^0.5.17",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.16",
"algoliasearch": "^5.46.0",
"applicationinsights": "^3.12.1",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"fast-glob": "^3.3.3",
"fontawesome": "^5.6.3",
"gray-matter": "^4.0.3",
"instantsearch.js": "^4.85.2",
"lucide-react": "^0.484.0",
"mermaid": "^11.4.1",
"moment": "^2.30.1",
"motion": "^12.23.26",
"next": "15.5.15",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"prop-types": "^15.8.1",
"react": "^19",
"react-country-flag": "^3.1.0",
"react-dom": "^19",
"react-github-btn": "^1.4.0",
"react-icons": "^5.5.0",
"react-instantsearch": "^7.21.0",
"react-jotform": "^1.0.2",
"react-player": "^3.4.0",
"react-pose": "^4.0.10",
"react-responsive-modal": "^7.0.0",
"react-use-measure": "^2.1.7",
"shiki": "^3.20.0",
"ssw.megamenu": "^4.13.10",
"styled-jsx": "^5.1.6",
"svg-react-loader": "^0.4.6",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tinacms": "3.7.2",
"tw-animate-css": "^1.2.4",
"unplugin-info": "^1.2.4",
"usehooks-ts": "^3.1.1"
},
"packageManager": "pnpm@10.10.0",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}