-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 892 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
{
"private": true,
"name": "rick-nmorty",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "react-scripts build",
"deploy": "netlify deploy --prod --dir=build",
"setup-deploy": "app-app --deploy && yarn deploy",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postdeploy": "echo 'Your site was deployed to https://rick-nmorty-allamallan.netlify.com'"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0"
},
"dependencies": {
"axios": "^0.19.0",
"json": "^9.0.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.0.1"
},
"homepage": "https://rick-nmorty-allamallan.netlify.com"
}