-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (50 loc) · 1.24 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
{
"name": "tesc.ucsd.edu",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fullcalendar/core": "^5.3.1",
"@fullcalendar/google-calendar": "^5.3.1",
"@fullcalendar/list": "^5.3.1",
"@fullcalendar/react": "^5.3.1",
"airtable": "^0.10.1",
"bootstrap": "^4.5.3",
"eslint": "6.8.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gsap": "^3.6.0",
"jquery": "^3.5.1",
"moment": "^2.29.4",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-icons": "^3.11.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-router-dom": "^4.3.1",
"react-select": "^2.4.4",
"reactstrap": "^8.6.0",
"sass": "^1.49.8",
"typescript": "^2.8.0"
},
"devDependencies": {
"csvtojson": "^2.0.10",
"prettier": "2.0.5",
"react-scripts": "3.4.4"
},
"homepage": "http://tesc.ucsd.edu/",
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}