-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 950 Bytes
/
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
{
"name": "develops-today-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"eslint": "eslint -- ./"
},
"dependencies": {
"-": "0.0.1",
"@types/redux-thunk": "^2.1.0",
"D": "^1.0.0",
"axios": "^0.20.0",
"next": "9.5.3",
"next-redux-wrapper": "^6.0.2",
"nextjs-progressbar": "0.0.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@types/node": "^14.11.2",
"@types/react": "^16.9.50",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"eslint-plugin-react": "^7.21.2",
"prettier": "^2.1.2",
"redux-logger": "^3.0.6",
"typescript": "^4.0.3"
}
}