forked from SSWConsulting/SSW.Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.53 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
{
"name": "@tinacms/starter",
"version": "1.22.19",
"private": true,
"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": "14.2.3",
"@playwright/test": "1.42.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@tinacms/cli": "^1.5.44",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tailwindcss": "^3.15.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-sitemap": "^4.2.3",
"playwright": "1.42.1",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.3",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"source-map-explorer": "^2.5.3",
"ts-node": "^10.9.2"
},
"dependencies": {
"@azure/msal-node": "^2.8.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@marketsystems/nextjs13-appdir-breadcrumbs": "^1.0.4",
"@microsoft/applicationinsights-react-js": "17.1.2",
"@microsoft/applicationinsights-web": "3.1.2",
"@next/bundle-analyzer": "^14.0.4",
"@next/third-parties": "^14.1.4",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query-devtools": "^5.27.0",
"animate-css-grid": "^1.5.1",
"aos": "^2.3.4",
"applicationinsights": "^2.9.5",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"eslint-config-next": "14.1.3",
"formik": "^2.4.5",
"keyboardjs": "^2.7.0",
"next": "14.2.3",
"next-plugin-preval": "^1.2.6",
"next-seo": "^6.5.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.26.3",
"react-use": "^17.5.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.2",
"ssw.megamenu": "4.5.8",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.3",
"tailwindcss-gradients": "^3.0.0",
"tinacms": "^1.5.28",
"typescript": "^5.3.3",
"usehooks-ts": "^3.1.0",
"xss": "^1.0.15",
"yup": "^0.32.11"
},
"resolutions": {
"final-form": "4.20.1"
},
"packageManager": "[email protected]"
}