-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
{
"name": "primeiro-app",
"version": "0.1.0",
"private": true,
"homepage": "https://souzolliveira.github.io/primeiro-app",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
"@fortawesome/free-solid-svg-icons": "^5.7.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"create-react-app": "^3.0.0",
"flow-bin": "^0.92.1",
"gh-pages": "^2.0.1",
"normalize-css": "^2.3.1",
"normalize.css": "^8.0.1",
"npm": "^6.9.0",
"react": "^16.8.6",
"react-axios": "^2.0.3",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.8.6",
"react-geolocated": "^2.4.1",
"react-hooks-global-state": "^0.9.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.0.0",
"react-string-replace": "^0.4.1",
"replace": "^1.0.1",
"source-map-explorer": "^1.6.0",
"styled-components": "^4.1.3",
"trim": "0.0.1",
"typescript": "^3.4.5"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"http-server": "^0.11.1",
"sw-precache": "^5.2.1"
}
}