-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) Β· 2.37 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
{
"name": "school-one-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@apollo/react-hooks": "^4.0.0",
"@babel/preset-react": "^7.16.0",
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/react": "^5.8.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"apollo-boost": "^0.4.9",
"apollo-cache": "^1.3.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"axios": "^0.21.4",
"bootstrap": "^5.1.3",
"boxicons": "^2.0.9",
"confetti-js": "0.0.18",
"draft-convert": "^2.1.12",
"draft-js": "^0.11.7",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"gh-pages": "^3.2.3",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.5",
"jquery": "^3.6.0",
"jwt-decode": "^3.1.2",
"material-icons-react": "^1.0.4",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-google-maps": "^9.4.5",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^3.4.4",
"react-html-parser": "^2.0.2",
"react-modal": "^3.14.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-tour": "0.0.2",
"reactour": "^1.18.6",
"styled-components": "^5.3.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0"
}
}