-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
{
"name": "jornadasolar",
"version": "0.7.6",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --write . && eslint .",
"test": "jest",
"cy:open": "cypress open",
"cypress": "start-server-and-test dev 3000 cy:open"
},
"dependencies": {
"@date-io/date-fns": "1.x",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@react-firebase/auth": "^0.2.10",
"@react-firebase/firestore": "^0.5.5",
"@reduxjs/toolkit": "^1.5.0",
"@types/cypress": "^1.1.3",
"date-fns": "^2.21.3",
"firebase": "^8.2.1",
"firebase-functions": "^3.14.1",
"localforage": "^1.9.0",
"next": "10.0.4",
"next-pwa": "^3.1.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "^7.2.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-jest": "^26.6.3",
"cypress": "^6.3.0",
"cypress-firebase": "^1.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^4.0.1",
"firebase-admin": "^9.4.2",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"start-server-and-test": "^1.11.7",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
}
}