-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
126 lines (126 loc) · 4.45 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
117
118
119
120
121
122
123
124
125
126
{
"name": "@zapal/website",
"version": "3.1.0",
"license": "MIT",
"homepage": "https://www.zapal.tech",
"author": "Zapal <[email protected]>",
"browserslist": {
"production": [
"last 2 years",
">1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"scripts": {
"dev": "node -r dotenv/config ./node_modules/.bin/next dev",
"build": "node -r dotenv/config ./node_modules/.bin/next build",
"build:analyze": "ANALYZE=true node -r dotenv/config ./node_modules/.bin/next build",
"postbuild": "node -r dotenv/config ./node_modules/.bin/next-sitemap",
"start": "node -r dotenv/config ./node_modules/.bin/next start",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'",
"lint": "eslint './**/*.{js,jsx,ts,tsx,json}'",
"lint:fix": "eslint --fix './**/*.{js,jsx,ts,tsx,json}'",
"stylelint": "stylelint --color './**/*.{css,scss}'",
"stylelint:fix": "stylelint --fix --color './**/*.{css,scss}'",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\""
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@lexical/utils": "^0.12.4",
"@next/third-parties": "^14.1.0",
"@payloadcms/live-preview": "^0.2.2",
"@payloadcms/live-preview-react": "^0.2.0",
"@studio-freight/react-lenis": "^0.0.38",
"@svgr/webpack": "^8.1.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"escape-html": "^1.0.3",
"framer-motion": "^10.16.4",
"html-react-parser": "^5.0.6",
"i18next": "^23.10.0",
"i18next-http-backend": "^2.5.0",
"mapbox-gl": "^2.15.0",
"next": "^14.1.0",
"next-connect": "^0.13.0",
"next-i18next": "^15.2.0",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"postcss-easing-gradients": "^3.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.2.0",
"react": "18.2.0",
"react-calendly": "^4.3.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.2",
"react-hook-form": "^7.47.0",
"react-i18next": "^14.0.5",
"react-map-gl": "^7.1.6",
"react-responsive-carousel": "3.2.23",
"react-transition-group": "^4.4.5",
"react-tsparticles": "^2.12.2",
"sitemapper": "^3.2.8",
"slugify": "^1.6.6",
"tsparticles-engine": "^2.12.0",
"tsparticles-interaction-external-attract": "^2.12.0",
"tsparticles-interaction-external-bubble": "^2.12.0",
"tsparticles-interaction-external-grab": "^2.12.0",
"tsparticles-interaction-particles-links": "^2.12.0",
"tsparticles-move-base": "^2.12.0",
"tsparticles-move-parallax": "^2.12.0",
"tsparticles-shape-circle": "^2.12.0",
"tsparticles-shape-line": "^2.12.0",
"tsparticles-shape-square": "^2.12.0",
"tsparticles-updater-color": "^2.12.0",
"tsparticles-updater-life": "^2.12.0",
"tsparticles-updater-opacity": "^2.12.0",
"tsparticles-updater-out-modes": "^2.12.0",
"tsparticles-updater-rotate": "^2.12.0",
"tsparticles-updater-size": "^2.12.0",
"tsparticles-updater-stroke-color": "^2.12.0",
"ua-en-translit": "^3.2.5",
"unlazy": "^0.10.2",
"yup": "^1.3.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@next/bundle-analyzer": "^13.5.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/escape-html": "^1.0.3",
"@types/jsdom": "^21.1.4",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-transition-group": "^4.4.8",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-loader": "^9.1.3",
"eslint": "^8.43.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"lexical": "^0.12.4",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-css-modules": "^4.3.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-scss": "^5.2.1",
"typescript": "5.3.2"
}
}