-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
76 lines (76 loc) · 2.22 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
{
"name": "hanabi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--openssl-legacy-provider' next dev",
"build": "cross-env NODE_OPTIONS='--openssl-legacy-provider' next build",
"start": "cross-env NODE_OPTIONS='--openssl-legacy-provider' next start",
"lint": "eslint '**/*.{ts,tsx}'"
},
"dependencies": {
"@sentry/browser": "^8.9.2",
"@sentry/nextjs": "^8.25.0",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/react-dom": "17",
"@types/react-popover": "^0.5.3",
"classnames": "^2.2.6",
"firebase": "^8.3.0",
"fireworks-canvas": "^2.6.0",
"husky": "^5.1.3",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.0.1",
"imagemin-optipng": "^8.0.0",
"lodash": "^4.17.21",
"mem": "^8.0.0",
"moment": "^2.29.1",
"next": "13",
"next-compose-plugins": "^2.2.1",
"next-iron-session": "^4.2.0",
"next-offline": "^5.0.5",
"nprogress": "^0.2.0",
"rc-slider": "^9.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fullstory": "^1.4.0",
"react-ga4": "^2.1.0",
"react-i18next": "^11.8.10",
"react-modal": "^3.12.1",
"react-popover": "^0.5.10",
"react-pose": "^4.0.10",
"shortid": "^2.2.16",
"shuffle-seed": "^1.1.6",
"type-fest": "^1.1.3",
"unique-names-generator": "^4.7.1",
"webpack": "5",
"yarn": "1.22.12"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/nprogress": "^0.2.0",
"@types/rc-slider": "^8.6.6",
"@types/react": "17.0.46",
"@types/react-modal": "^3.12.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "^4.18.0",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^7.22.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"firebase-server": "^1.1.0",
"jimp": "^0.16.1",
"lint-staged": "^10.5.4",
"postcss-color-mod-function": "^3.0.3",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^2.1.0",
"responsive-loader": "^2.3.0",
"typescript": "^5.5.4"
},
"engines": {
"node": "18.x"
}
}