-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.91 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
{
"name": "bodybudy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "ts-node --project tsconfig.server.json server/index.ts",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.9.3",
"@reduxjs/toolkit": "^1.8.3",
"@types/react-redux": "^7.1.24",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"emotion-reset": "^3.0.1",
"express": "^4.18.1",
"firebase": "^9.9.1",
"immer": "^9.0.15",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"next": "12.1.6",
"rc-slider": "^10.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-firebase-hooks": "^5.0.3",
"react-loader-spinner": "^5.1.5",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.41",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@types/react-slick": "^0.23.10",
"@types/redux-persist": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-babel": "^5.3.1",
"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",
"prettier": "^2.7.0",
"ts-node": "^10.9.1",
"typescript": "4.7.3"
}
}