-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
158 lines (158 loc) · 5.12 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "hef-website",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:report": "eslint --output-file eslint_report.json --format json .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint --fix"
]
},
"engines": {
"node": "^18 || ^20 || ^22",
"pnpm": ">=8"
},
"dependencies": {
"@atelier-disko/payload-lexical-react-renderer": "^1.0.4",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@formatjs/intl-localematcher": "0.5.4",
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.3",
"@holoenfans/tripetto-block-multi-file-upload": "^0.0.4",
"@holoenfans/tripetto-block-spacer": "^0.0.2",
"@marsidev/react-turnstile": "^0.7.2",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@pixi/gif": "^2.1.1",
"@pixi/graphics-smooth": "^1.1.0",
"@pixi/react": "7.1.1",
"@pixi/sound": "^5.2.3",
"@pixi/text-html": "^7.4.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-switch": "^1.1.1",
"@sentry/nextjs": "^8.40.0",
"@tripetto/block-calculator": "^4.0.6",
"@tripetto/block-checkbox": "^6.0.2",
"@tripetto/block-checkboxes": "^7.1.1",
"@tripetto/block-device": "^5.0.2",
"@tripetto/block-dropdown": "^7.0.0",
"@tripetto/block-email": "^6.0.3",
"@tripetto/block-error": "^5.0.4",
"@tripetto/block-evaluate": "^4.0.2",
"@tripetto/block-file-upload": "^5.1.0",
"@tripetto/block-hidden-field": "^6.2.3",
"@tripetto/block-multi-select": "^2.1.2",
"@tripetto/block-multiple-choice": "^7.0.1",
"@tripetto/block-number": "^8.0.3",
"@tripetto/block-paragraph": "^5.0.2",
"@tripetto/block-radiobuttons": "^8.0.0",
"@tripetto/block-regex": "^4.0.2",
"@tripetto/block-setter": "^3.0.3",
"@tripetto/block-stop": "^3.0.2",
"@tripetto/block-text": "^6.0.2",
"@tripetto/block-textarea": "^6.0.3",
"@tripetto/block-url": "^6.0.2",
"@tripetto/block-variable": "^3.0.3",
"@tripetto/block-yes-no": "^6.0.1",
"@tripetto/runner": "^8.2.0",
"@tripetto/runner-fabric": "^8.0.16",
"@tripetto/runner-react-hook": "^5.0.2",
"classnames": "^2.5.1",
"d3-geo-projection": "^4.0.0",
"daisyui": "4.10.1",
"date-fns": "3.6.0",
"escape-html": "1.0.3",
"framer-motion": "^11.11.17",
"hamburger-react": "^2.5.1",
"i18next": "^23.16.8",
"i18next-resources-to-backend": "^1.2.1",
"immer": "^10.1.1",
"lodash": "4.17.21",
"next": "14.2.1",
"next-themes": "0.3.0",
"penner": "^0.1.3",
"phaser": "3.55.2",
"phaser3-nineslice": "0.5.0",
"phaser3-rex-plugins": "1.1.85",
"pixi-scrollbox": "^2.3.1",
"pixi-tagged-text": "^3.15.1",
"pixi-viewport": "^6.0.3",
"pixi.js": "7.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "14.1.0",
"react-infinite-scroll-component": "6.1.0",
"react-player": "2.16.0",
"react-select": "^5.8.3",
"react-simple-maps": "^3.0.0",
"server-only": "^0.0.1",
"styled-components": "6.1.8",
"tslib": "^2.8.1",
"webfontloader": "1.6.28",
"zustand": "^4.5.5"
},
"devDependencies": {
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@next/eslint-plugin-next": "^14.2.18",
"@pixi/graphics": "^7.4.2",
"@storybook/addon-essentials": "8.0.8",
"@storybook/addon-interactions": "8.0.8",
"@storybook/addon-links": "8.0.8",
"@storybook/blocks": "8.0.8",
"@storybook/nextjs": "8.0.8",
"@storybook/react": "8.0.8",
"@storybook/testing-library": "0.2.2",
"@types/escape-html": "^1.0.4",
"@types/lodash": "4.17.0",
"@types/penner": "^0.1.3",
"@types/react": "18.2.78",
"@types/react-simple-maps": "^3.0.6",
"@types/safe-json-stringify": "1.1.5",
"@types/webfontloader": "1.6.38",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.2.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"phaser3spectorjs": "^0.0.8",
"postcss": "8.4.38",
"storybook": "8.0.8",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"description": "HoloEN Fan website",
"repository": {
"type": "git",
"url": "git+https://github.com/GoldElysium/hef-website.git"
},
"author": "GoldElysium",
"license": "MIT",
"bugs": {
"url": "https://github.com/GoldElysium/hef-website/issues"
},
"homepage": "https://github.com/GoldElysium/hef-website#readme"
}