-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
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
{
"name": "git-scan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^5.0.0-beta3",
"camelcase-keys": "^7.0.0",
"humps": "^2.0.1",
"next": "11.0.1",
"next-auth": "^3.27.3",
"react": "17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-paginate": "^7.1.3",
"react-redux": "^7.2.4",
"react-responsive-pagination": "^1.1.7",
"react-ultimate-pagination": "^1.2.0",
"reactstrap": "^8.9.0",
"redux": "^4.1.0",
"redux-debounced": "^0.5.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/humps": "^2.0.1",
"@types/react": "17.0.14",
"@types/react-paginate": "^7.1.1",
"@types/redux-debounced": "^0.2.19",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"eslint": "^7.12.1",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.24.0",
"node-sass": "4.14.1",
"prettier": "^2.3.2",
"redux-devtools-extension": "^2.13.9",
"sass-loader": "^12.1.0",
"typescript": "4.3.5"
}
}