forked from ualbany-software-engineering/mustang-StudyEasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.44 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
111
112
113
114
115
116
117
118
119
{
"name": "study-easy-react",
"version": "0.1.0",
"private": false,
"homepage": "https://ualbany-software-engineering.github.io/mustang-StudyEasy",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@marsron/google-image": "^1.0.4",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.105",
"@mui/material": "^5.10.11",
"@popperjs/core": "^2.11.6",
"@steveeeie/react-page-transition": "^1.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"cors": "^2.8.5",
"d3-geo": "^3.0.1",
"firebase": "^9.12.1",
"firebaseui": "^6.0.1",
"formik": "^2.2.9",
"formik-material-ui": "^4.0.0-alpha.2",
"framer-motion": "^7.3.6",
"globe.gl": "^2.26.6",
"google-images-url": "^1.0.2",
"google-img-scrap": "^1.0.7",
"google-search": "^0.0.5",
"google-search-scraper": "^0.1.0",
"googleimg": "^3.0.1",
"googlethis": "^1.6.0",
"image-search-engine": "^1.2.1",
"image-search-google": "^1.3.0",
"image-search-results": "^3.0.1",
"lodash-webpack-plugin": "^0.11.6",
"mdb-react-ui-kit": "^4.2.0",
"node-duckduckgo": "^2.0.18",
"node-sass": "^7.0.3",
"nodejs-web-scraper": "^6.1.0",
"puppeteer": "^19.1.0",
"react": "^18.2.0",
"react-anim-kit": "^1.0.19",
"react-awesome-slider": "^4.1.0",
"react-background-image": "^2.0.1",
"react-background-slider": "^3.0.0-0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-icons": "^1.9.1",
"react-chatbot-kit": "^2.1.0",
"react-d3": "^0.4.0",
"react-dom": "^18.2.0",
"react-geocode": "^0.2.3",
"react-globe": "^5.0.2",
"react-globe.gl": "^2.22.4",
"react-image-gallery": "^1.2.11",
"react-lines-ellipsis": "^0.15.3",
"react-masonry-css": "^1.0.16",
"react-paginate": "^8.1.3",
"react-read-more-read-less": "^1.0.7",
"react-router": "^6.4.1",
"react-scripts": "5.0.1",
"react-scroll-to-bottom": "^4.2.0",
"react-search-box": "^2.3.0",
"react-select": "^5.4.0",
"react-show-more-text": "^1.6.2",
"react-simple-maps": "^3.0.0",
"react-slideshow-image": "^4.0.5",
"react-social-icons": "^5.15.0",
"react-transition-group": "^4.4.5",
"react-ui-cards": "^3.0.2",
"react-util-kit": "^0.0.15",
"sass": "^1.55.0",
"scraper-instagram": "^1.0.17",
"simple-google-image-search": "^1.2.0",
"styled-components": "^5.3.5",
"sweetpagination": "^1.0.15",
"three": "^0.145.0",
"three-glow-mesh": "^0.1.2",
"topojson-client": "^3.1.0",
"translate": "^1.4.1",
"unsplash-js": "^7.0.15",
"web-vitals": "^2.1.4",
"wikijs": "^6.3.3",
"wikipedia": "^1.1.9",
"yup": "^0.32.11"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"gh-pages": "^4.0.0",
"react-router-dom": "^6.3.1"
}
}