-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 1.98 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
{
"name": "retro-game-gauntlet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"test": "jest"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"@mui/styles": "^5.11.2",
"@reduxjs/toolkit": "^1.9.1",
"d3-array": "^3.2.2",
"d3-ease": "^3.0.1",
"date-fns": "^2.29.3",
"debounce": "^1.2.1",
"howler": "^2.2.3",
"next": "^13.1.5",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-scrollbars-custom": "^4.1.1",
"react-spinning-canvas-wheel": "^0.1.4",
"react-use": "^17.4.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.5",
"@svgr/webpack": "^6.5.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/d3-array": "^3.0.4",
"@types/d3-ease": "^3.0.0",
"@types/debounce": "^1.2.1",
"@types/gtag.js": "^0.0.12",
"@types/howler": "^2.2.7",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-redux": "^7.1.25",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.3",
"tiny-warning": "^1.0.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
}
}