-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "django-girls-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-pdf/renderer": "^1.6.12",
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.20.0",
"framer-motion": "^2.9.4",
"install": "^0.13.0",
"mutationobserver-shim": "^0.3.7",
"node-sass": "^4.14.1",
"npm": "^6.14.8",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-chat-window": "^1.2.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.8.3",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.2.2",
"react-scripts": "3.4.3",
"react-toastify": "^6.0.9",
"redux-persist": "^6.0.0",
"socket.io-client": "^2.3.1"
},
"scripts": {
"start": "react-scripts -r @cypress/instrument-cra start",
"build": "react-scripts build",
"test": "react-scripts test --coverage",
"cypress": "cypress open",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"coverageReporters": [
"json", "lcov"
]
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cypress/code-coverage": "^3.8.5",
"@cypress/instrument-cra": "^1.4.0",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"cypress": "^6.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"jest": "^26.5.2",
"jest-cli": "^26.5.2",
"prettier": "^2.1.2"
}
}