-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.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
{
"name": "whogoverns.me",
"homepage": "https://whogoverns.me",
"version": "1.0.0",
"private": true,
"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"
},
"eslintConfig": {
"extends": "react-app"
},
"resolutions": {
"union-value": "2.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"gh-pages": "^2.0.1",
"node-sass": "^4.0.0",
"react": "^16.8.6",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-image": "^2.1.1",
"react-motion-drawer": "^3.1.0",
"react-places-autocomplete": "^7.2.1",
"react-scripts": "2.1.8",
"react-sticky-box": "^0.8.0",
"react-tiny-fab": "^4.0.2",
"react-visibility-sensor": "^5.0.2",
"styled-components": "^4.2.0",
"styled-spinkit": "^0.6.1",
"sw-precache": "^5.2.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.0"
}
}