-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "sodam-client",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "1.7.1",
"axios": "0.24.0",
"babel-plugin-inline-react-svg": "2.0.1",
"lodash-es": "^4.17.21",
"logrocket": "^3.0.1",
"next": "12.0.8-canary.19",
"next-redux-wrapper": "7.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-responsive": "^9.0.0-beta.5",
"shortid": "^2.2.16",
"styled-components": "5.3.3",
"styled-reset": "4.3.4",
"swiper": "6.8.4"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/react-redux": "7.1.21",
"@types/react-responsive": "^8.0.5",
"@types/shortid": "^0.0.29",
"@types/styled-components": "5.1.19",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-styled-components": "2.0.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"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",
"eslint-plugin-simple-import-sort": "7.0.0",
"prettier": "2.5.1",
"typescript": "4.5.4"
}
}