-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.83 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
{
"name": "methodconf.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"generate:umbraco-api-client": "tsx generateUmbracoApiClient.ts"
},
"dependencies": {
"@date-fns/tz": "^1.5.0",
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-regular-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/react-fontawesome": "^3.3.1",
"@szhsin/react-accordion": "^1.4.2",
"date-fns": "^4.4.0",
"next": "16.2.10",
"next-plausible": "^4.0.0",
"openapi-fetch": "^0.17.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-swipeable": "^7.0.2",
"sharp": "^0.35.3",
"sweetalert2": "^11.26.25",
"throttle-debounce": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@tailwindcss/typography": "^0.5.20",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.2",
"@types/throttle-debounce": "^5.0.2",
"eslint": "^10.6.0",
"eslint-config-next": "16.2.10",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"openapi-typescript": "^7.13.0",
"postcss": "^8.5.16",
"prettier": "^3.9.4",
"tailwindcss": "^4.2.2",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
},
"allowScripts": {
"esbuild@0.28.1": true,
"sharp@0.34.5": true,
"sharp@0.35.3": true,
"unrs-resolver@1.12.2": true,
"fsevents@2.3.3": true
}
}