forked from bstnfrmry/hanabi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.02 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
{
"name": "hanabi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint '**/*.{ts,tsx}'"
},
"dependencies": {
"@sentry/browser": "^6.2.2",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/react-popover": "^0.5.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-source-maps": "0.0.4-canary.1",
"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": "^10.0.9",
"next-compose-plugins": "^2.2.1",
"next-iron-session": "^4.1.12",
"next-offline": "^5.0.3",
"next-optimized-images": "^2.6.2",
"nprogress": "^0.2.0",
"rc-slider": "^9.7.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-fullstory": "^1.4.0",
"react-ga": "^3.3.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.4.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"@types/node": "^14.14.35",
"@types/nprogress": "^0.2.0",
"@types/rc-slider": "^8.6.6",
"@types/react": "^17.0.3",
"@types/react-modal": "^3.12.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"dotenv": "^10.0.0",
"eslint": "^7.22.0",
"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": "^4.2.3"
}
}