This repository was archived by the owner on Jun 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.53 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.53 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
{
"name": "@tinacms/starter",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build && node ./scripts/sitemap.mjs",
"start": "tinacms build && next start",
"export": "npm run build && next export",
"proxy": "local-ssl-proxy --source 3001 --target 3000",
"test": "CYPRESS_BASE_URL=http://127.0.0.1:3000 npx cypress open --browser chrome --e2e ",
"lint": "eslint . --ext .ts --ext .tsx"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@svgr/webpack": "^8.1.0",
"@tinacms/cli": "^1.6.4",
"@types/mailchimp__mailchimp_marketing": "^3.0.20",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.12",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.3",
"@types/react-gtm-module": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"axe-core": "^4.9.1",
"cypress": "^13.13.1",
"cypress-axe": "^1.5.0",
"eslint": "^8.57.0",
"globby": "^14.0.2",
"local-ssl-proxy": "^2.0.5",
"mocha": "^10.7.0",
"mochawesome": "^7.1.3",
"pako": "^2.1.0",
"postcss": "^8.4.40",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@hubspot/api-client": "^11.2.0",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@nextui-org/react": "^2.4.6",
"@slack/webhook": "^7.0.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tinacms/auth": "^1.0.6",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.19",
"compute-scroll-into-view": "^3.1.0",
"embla-carousel": "^8.1.7",
"embla-carousel-autoplay": "^8.1.7",
"embla-carousel-react": "^8.1.7",
"framer-motion": "^11.3.19",
"next": "^14.2.5",
"next-seo": "^6.5.0",
"next-tinacms-dos": "^2.0.7",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-icons": "^5.2.1",
"react-photo-album": "^2.4.1",
"tailwindcss": "^3.4.7",
"tinacms": "^2.2.4",
"yet-another-react-lightbox": "^3.21.1"
},
"resolutions": {
"final-form": "4.20.1"
},
"packageManager": "yarn@4.4.1"
}