This repository was archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.94 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.94 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
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
82
83
84
85
86
87
88
89
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.17",
"axios": "^0.27.2",
"bootstrap": "5.1.3",
"buffer": "^6.0.3",
"multiselect-react-dropdown": "^2.0.22",
"react": "^17.0.2",
"react-bootstrap": "^2.4.0",
"react-bootstrap-typeahead": "^6.0.0-alpha.11",
"react-collapsible": "^2.8.4",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-infinite-scroller": "^1.2.6",
"react-router-bootstrap": "^0.26.1",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-select": "^5.3.1",
"react-social-login-buttons": "^3.6.0",
"react-toastify": "^9.0.1",
"reactjs-popup": "^2.0.5",
"styled-components": "^5.3.5",
"typescript": "^4.6.4",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.2.0",
"@types/axios": "^0.14.0",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^27.0.1",
"@types/node": "^17.0.34",
"@types/react": "^17.0.20",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.9",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-standard": "^5.0.0",
"react-beautiful-dnd": "^13.1.0",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"typedoc": "^0.22.15"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"docs": "typedoc",
"lint": "eslint . --ext js,ts,jsx,tsx",
"test": "react-scripts test --watchAll=false --verbose"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}