-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.81 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
{
"name": "moodmate_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.8.4",
"@types/node": "20.8.10",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.8",
"autoprefixer": "10.4.16",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"eslint-config-next": "14.0.1",
"eslint-plugin-prettier": "^5.0.1",
"firebase": "^10.10.0",
"firebase-admin": "^12.0.0",
"framer-motion": "^10.16.5",
"js-cookie": "^3.0.5",
"next": "14.0.1",
"next-pwa": "^5.6.0",
"nookies": "^2.5.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-range": "^1.8.14",
"react-router-dom": "^6.20.0",
"react-spinners": "^0.13.8",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"sharp": "^0.33.3",
"sockjs-client": "^1.6.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"web-push": "^3.6.7"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
}
}