forked from gallosanchez23/roborregos-web
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.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
{
"name": "roborregos-web",
"homepage": "https://roborregos.com/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.10.5",
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@testing-library/user-event": "^7.2.1",
"@types/react-vertical-timeline-component": "^3.0.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.3.1",
"enzyme-adapter-react-15": "^1.4.2",
"fg-loadcss": "^3.1.0",
"intersection-observer": "^0.11.0",
"jest-environment-jsdom-fifteen": "^1.0.2",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-addons-css-transition-group": "^15.6.2",
"react-bootstrap": "^1.0.0-beta.5",
"react-confetti": "^6.0.0",
"react-dom": "^16.14.0",
"react-google-recaptcha": "^2.1.0",
"react-material-ui-carousel": "^2.2.2",
"react-rotating-text": "^1.3.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-scroll-parallax": "^2.1.2",
"react-slick": "^0.28.1",
"react-test-renderer": "^17.0.1",
"react-typing-animation": "^1.6.2",
"react-typist": "^2.0.5",
"react-vertical-timeline-component": "^3.3.1",
"reactstrap": "^8.5.1",
"slick-carousel": "^1.8.1",
"typeface-roboto": "0.0.75"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"flow-check": "flow check src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.10.4",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@testing-library/react": "^11.1.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-flow": "^6.23.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.5.0",
"flow": "^0.2.3",
"flow-bin": "^0.133.0",
"history": "^5.0.0",
"identity-obj-proxy": "^3.0.0"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"verbose": true
}
}