-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.24 KB
/
Copy pathpackage.json
File metadata and controls
112 lines (112 loc) · 3.24 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
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
{
"name": "pokesmash",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:fb": "cross-env FIRESTORE_EMULATOR_HOST='localhost:8080' FIREBASE_DATABASE_EMULATOR_HOST='localhost:9000' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.9.3",
"@iconify/react": "^3.2.2",
"@inlet/react-pixi": "^6.8.0",
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@next-auth/mongodb-adapter": "^1.0.3",
"@twurple/api": "^5.1.6",
"@twurple/auth": "^5.1.6",
"@use-gesture/react": "^10.2.16",
"axios-cache-adapter": "^2.7.3",
"chance": "^1.1.8",
"cookie": "^0.5.0",
"dotenv": "^16.0.1",
"firebase": "^9.8.4",
"firebase-admin": "^11.0.0",
"framer-motion": "^6.3.16",
"gsap": "^3.10.4",
"howler": "^2.2.3",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"next": "^12.3.5",
"next-auth": "^4.7.0",
"next-firebase-auth": "^1.0.0-canary.9",
"next-seo": "^5.4.0",
"pixi-webfont-loader": "^1.0.2",
"pixi.js": "^6.4.2",
"pokenode-ts": "^1.14.0",
"react": "^18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-colorful": "^5.5.1",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-hook-form": "^7.33.0",
"react-hook-mousetrap": "^2.0.4",
"react-hot-toast": "^2.2.0",
"react-hotkeys-hook": "^3.4.6",
"react-spring": "^9.4.5",
"react-use": "^17.4.0",
"react-window": "^1.8.7",
"reactfire": "^4.2.1",
"swr": "^1.3.0",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@swc/core": "^1.2.207",
"@types/args": "^5.0.0",
"@types/bluebird": "^3.5.36",
"@types/chance": "^1.1.3",
"@types/degit": "^2.8.3",
"@types/howler": "^2.2.7",
"@types/listr": "^0.14.4",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^18.0.0",
"@types/passport": "^1.0.9",
"@types/passport-oauth2": "^1.4.11",
"@types/prompts": "^2.0.14",
"@types/react": "^18.0.14",
"@types/react-window": "^1.8.5",
"@types/tailwindcss": "^3.0.11",
"@types/tar": "^6.1.1",
"@types/yargs": "^17.0.10",
"args": "^5.0.3",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"bluebird": "^3.7.2",
"chalk": "^5.0.1",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "^8.5.0",
"html2canvas": "^1.4.1",
"lint-staged": "^13.0.3",
"listr": "^0.14.3",
"lodash.throttle": "^4.1.1",
"node-fetch": "^3.2.6",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-nesting": "^10.1.9",
"prompts": "^2.4.2",
"tailwindcss": "^3.1.4",
"tar": "^6.1.11",
"ts-node": "^10.8.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"webpack": "5",
"yargs": "^17.5.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}