-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.71 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
{
"name": "JRportfolioClient",
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.15.0",
"npm": "6.4.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"@primer/octicons-react": "^9.6.0",
"axios": "^0.21.1",
"bootstrap": "^4.5.0",
"bootstrap-loader": "^3.0.4",
"chart.js": "^2.9.3",
"dotenv": "^7.0.0",
"jquery": "^3.5.1",
"particlesjs": "^2.2.3",
"paypal-checkout": "^4.0.314",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-fontawesome": "^1.7.1",
"react-icons": "^4.2.0",
"react-images": "^0.5.19",
"react-loading": "^2.0.3",
"react-mdl": "^2.1.0",
"react-particles-js": "^2.7.1",
"react-paypal-express-checkout": "^1.0.5",
"react-photo-gallery": "^7.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-typing-animation": "^1.6.2",
"resolve-url-loader": "^3.1.3",
"serve": "^11.3.2",
"styled-components": "^4.4.1",
"tether": "^1.4.7"
},
"scripts": {
"start": "serve -s build",
"foo": "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"
],
"devDependencies": {
"bootstrap": "^4.5.0",
"bootstrap-loader": "^3.0.4",
"jquery": "^3.5.1",
"tether": "^1.4.7"
}
}