-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 845 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
{
"private": true,
"name": "octodex",
"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://octodex-marsother.netlify.com'"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"dependencies": {
"bulma": "^0.8.0",
"json": "^10.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "^3.1.1"
},
"homepage": "https://octodex-marsother.netlify.com"
}