-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
116 lines (116 loc) · 3.83 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "@tinacms/starter",
"version": "1.22.19",
"private": true,
"pnpm": {
"overrides": {
"@babel/parser": "7.21.9"
}
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "tinacms dev -c \"node --require ./appInsight-api.js node_modules/next/dist/bin/next dev\"",
"build": "tinacms build && next build && next-sitemap --config next-sitemap.config.js",
"partytown": "partytown copylib public/~partytown",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "tinacms build && node_modules/next/dist/bin/next start -p $PORT",
"export": "npm run build && next export",
"lint": "eslint . --ext .ts,.tsx",
"lint-fix": "eslint . --fix --ext .ts,.tsx",
"analyze": "source-map-explorer '.next/static/chunks/*.js'",
"test": "jest",
"test-and-coverage": "jest --ci --json --coverage --testLocationInResults"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@next/eslint-plugin-next": "15.0.3",
"@playwright/test": "^1.48.2",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.1",
"@tinacms/cli": "1.6.9",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-sitemap": "^4.2.3",
"playwright": "^1.48.2",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.2",
"source-map-explorer": "^2.5.3",
"ts-node": "^10.9.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.1",
"@marketsystems/nextjs13-appdir-breadcrumbs": "^1.0.4",
"@microsoft/applicationinsights-react-js": "^17.3.4",
"@microsoft/applicationinsights-web": "^3.3.4",
"@next/bundle-analyzer": "^15.0.3",
"@next/third-parties": "^15.1.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"animate-css-grid": "^1.5.1",
"aos": "^2.3.4",
"applicationinsights": "^3.4.0",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"embla-carousel": "^8.5.1",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"eslint-config-next": "15.0.1",
"formik": "^2.4.6",
"framer-motion": "^11.12.0",
"lodash": "^4.17.21",
"lucide-react": "^0.460.0",
"next": "^14.2.15",
"next-plugin-preval": "^1.2.6",
"next-seo": "^6.6.0",
"nextjs-breadcrumbs2": "^2.0.4",
"node-cache": "^5.1.2",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^5.1.0",
"react-jotform": "^1.0.2",
"react-responsive-carousel": "^3.2.23",
"react-responsive-modal": "^6.4.2",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.27.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5",
"ssw.megamenu": "4.8.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-gradients": "^3.0.0",
"tinacms": "2.2.8",
"typescript": "^5.6.3",
"usehooks-ts": "^3.1.0",
"xss": "^1.0.15",
"yup": "^0.32.11"
},
"resolutions": {
"final-form": "4.20.1"
},
"packageManager": "[email protected]"
}