-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 881 Bytes
/
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
{
"name": "oregoninvasiveshotline",
"private": true,
"version": "1.16.2",
"description": "Oregon Invasives Hotline",
"homepage": "https://oregoninvasiveshotline.org",
"repository": "https://github.com/PSU-OIT-ARC/oregoninvasiveshotline",
"bugs": "https://github.com/PSU-OIT-ARC/oregoninvasiveshotline/issues",
"author": "PSU Web Development Team <[email protected]>",
"contributors": [
{
"name": "Brandon Conway",
"email": "[email protected]"
},
{
"name": "Thom Linton",
"email": "[email protected]"
}
],
"scripts": {},
"dependencies": {
"@sentry/browser": "~7.118.0",
"@sentry/tracing": "~7.118.0",
"bootstrap": "~3.4.0",
"galleria": "~1.6.0",
"jquery": "~3.7.0",
"jquery-migrate": "~3.5.0",
"js-cookie": "~3.0.0",
"select2": "~4.0.0",
"select2-bootstrap-theme": "~0.1.0-beta.10"
}
}