-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.61 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
{
"name": "unique-homepage",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/react-fontawesome": "^0.1.14",
"apollo-boost": "^0.3.1",
"body-parser": "^1.19.0",
"classnames": "^2.3.1",
"console-success": "0.0.3",
"country-list": "^2.2.0",
"create-react-class": "^15.7.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"gh-pages": "^2.2.0",
"graphql": "^14.7.0",
"js-cookie": "^2.2.1",
"libphonenumber-js": "^1.9.16",
"node-sass": "^4.14.1",
"react": "^16.14.0",
"react-apollo": "^2.5.8",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.14.0",
"react-facebook": "^8.1.4",
"react-facebook-login": "^4.1.1",
"react-facebook-pixel": "^0.1.3",
"react-flag-icon-css": "^1.0.25",
"react-google-login": "^5.2.2",
"react-html-parser": "^2.0.2",
"react-icons": "^3.11.0",
"react-instagram-embed": "^1.5.0",
"react-lazy-load": "^3.1.13",
"react-oauth2": "^1.1.2",
"react-paypal-button-v2": "^2.6.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-spinners": "^0.5.12",
"typescript": "^3.9.9"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"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": {}
}