-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.21 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.21 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "folder-web-client",
"author": "Joseph Semrai",
"email": "mail@fydega.me",
"licence": "UNLICENSED",
"version": "0.0.5",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"develop": "cross-env PORT=3001 react-scripts start",
"eject": "react-scripts eject",
"lint:fix": "eslint . --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"ie 11",
"not dead",
"not op_mini all"
],
"development": [
"ie 11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@date-io/core": "^2.4.0",
"@date-io/moment": "^1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/react": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@fullcalendar/timeline": "^4.4.0",
"@material-ui/core": "^4.9.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.31",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.0",
"@types/react-canvas-draw": "^1.1.0",
"@types/react-lottie": "^1.2.3",
"axios": "^0.19.2",
"axios-mock-adapter": "^1.17.0",
"chart.js": "^2.9.3",
"clsx": "^1.1.0",
"draft-js": "^0.11.4",
"draft-js-export-markdown": "^1.4.0",
"history": "^4.10.1",
"immutable": "^4.0.0-rc.12",
"js-cookie": "^2.2.1",
"jss": "^10.0.4",
"jss-rtl": "^0.3.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.6",
"react-beautiful-dnd": "^12.2.0",
"react-big-calendar": "^0.23.0",
"react-canvas-draw": "^1.1.0",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-helmet": "^5.2.1",
"react-hook-form": "^4.9.3",
"react-lottie": "^1.2.3",
"react-markdown": "^4.3.1",
"react-paginate": "^6.3.2",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.1",
"redux": "^4.0.5",
"redux-axios-middleware": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"remove-markdown": "^0.3.0",
"uuid": "^3.4.0",
"validate.js": "^0.13.1"
},
"devDependencies": {
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
},
"proxy": "http://localhost:3000"
}