-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.83 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
{
"name": "app1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"commit": "cz"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@formkit/auto-animate": "^1.0.0-beta.3",
"@hookform/resolvers": "^2.8.10",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.6",
"axios": "^0.27.2",
"memory-cache": "^0.2.0",
"msw": "^0.40.2",
"next": "12.1.6",
"next-pwa": "^5.6.0",
"normalize.css": "^8.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-flip-move": "^3.0.4",
"react-hook-form": "^7.35.0",
"react-icons": "^4.3.1",
"react-player": "^2.11.0",
"react-use-websocket": "^4.2.0",
"react-window": "^1.8.7",
"react-youtube": "^10.0.0",
"socket.io-client": "^4.5.2",
"swr": "^1.3.0",
"yup": "^0.32.11",
"zustand": "^4.1.2"
},
"devDependencies": {
"@types/memory-cache": "^0.2.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"autoprefixer": "^10.4.7",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"typescript": "4.6.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}