-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "code-challenge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"cors": "^2.8.5",
"firebase-admin": "^9.4.1",
"joi": "^17.3.0",
"next": "10.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/cors": "^2.8.8",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"@types/react-helmet": "^6.1.0",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@types/react-select": "^3.0.26",
"@types/recharts": "^1.8.16",
"cypress": "^5.6.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.9.6",
"typescript": "^4.0.5"
}
}