-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "social-card",
"version": "0.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"gh-pages": "^2.1.1",
"install": "^0.13.0",
"json-server": "^0.16.3",
"lowdb": "^1.0.0",
"mdbreact": "^5.0.1",
"npm": "^7.6.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-edit-button": "^1.0.2",
"react-fontawesome": "^1.7.1",
"react-phone-input-2": "^2.13.9",
"react-profile-card": "^0.1.4",
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"react-devtools": "react-devtools",
"json-server": "json-server --watch db.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-devtools": "^4.10.1"
}
}