-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.59 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
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
{
"name": "Tutorinsa",
"version": "0.1.0",
"description": "Web Interface of TutorINSA, an association whose aim is to give tutoring courses to students",
"private": true,
"homepage": "https://campus-insa-cvl.github.io/tutorinsa-client-react/",
"repository": {
"type": "git",
"url": "https://github.com/Campus-INSA-CVL/tutorinsa-client-react.git"
},
"keywords": [
"insa cvl",
"tutorinsa",
"tutorat",
"élèves",
"ingénieurs"
],
"author": {
"name": "Jordan Bzd",
"email": "jordan.beziaud@insa-cvl.fr"
},
"bugs": {
"url": "https://github.com/Campus-INSA-CVL/tutorinsa-client-react.git",
"email": "jbeziaud@gmail.com"
},
"license": "MIT",
"contributors": [],
"dependencies": {
"@date-io/date-fns": "^2.8.0",
"@feathersjs/authentication-client": "^4.5.7",
"@feathersjs/client": "^4.5.7",
"@feathersjs/rest-client": "^4.5.7",
"@fortawesome/fontawesome-free": "^5.14.0",
"@fullcalendar/bootstrap": "^5.2.0",
"@fullcalendar/core": "^5.2.1",
"@fullcalendar/daygrid": "^5.2.0",
"@fullcalendar/interaction": "^5.2.0",
"@fullcalendar/react": "^5.2.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^4.0.0-alpha.12",
"@mui-treasury/styles": "^1.13.0",
"@testing-library/react": "^10.4.8",
"@testing-library/user-event": "^12.1.1",
"bootstrap": "^4.5.2",
"components-extra": "^3.0.1",
"date-fns": "^2.15.0",
"figbird": "^0.8.1",
"framer-motion": "^2.3.0",
"gh-pages": "^3.1.0",
"hookrouter": "^1.2.3",
"jquery": "^3.5.1",
"material-auto-rotating-carousel": "^3.0.2",
"material-table": "^1.68.0",
"material-ui-password-field": "^2.1.1",
"mathjs": "^7.1.0",
"moment": "^2.27.0",
"ra-data-feathers": "^2.8.1",
"ra-data-json-server": "^3.7.2",
"react": "^16.13.1",
"react-admin": "^3.7.2",
"react-back-to-top": "^1.0.3",
"react-dom": "^16.13.1",
"react-query": "^2.5.13",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-script": "^2.0.5",
"react-scripts": "^3.4.1",
"react-share": "^4.2.1",
"react-simple-animate": "^3.3.9",
"react-swipeable-views": "^0.13.9",
"socket.io-client": "^2.3.0",
"styled-components": "^5.1.1",
"swr": "^0.3.0",
"yargs-parser": "^19.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"no-console": "off",
"no-unused-vars": "off",
"eqeqeq": "off",
"no-unused-expressions": "off",
"no-mixed-operators": "off",
"emitWarning": 0
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {}
}