-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 914 Bytes
/
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
{
"name": "pricing-motoboy",
"version": "2.0.2",
"private": true,
"homepage": "https://projects.brunosousa.dev/pricing-motoboy",
"author": {
"email": "[email protected]",
"name": "Bruno Sousa"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"gh-pages": "2.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-ga": "2.7.0",
"react-scripts": "3.4.1",
"react-toastify": "6.0.4",
"reactstrap": "8.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"bootstrap": "4.5.0",
"node-sass": "4.14.1",
"react-google-maps": "9.4.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}