Skip to content

Commit

Permalink
Add missing react-scripts
Browse files Browse the repository at this point in the history
alex3165 committed Oct 20, 2019
1 parent 4daca54 commit a195da5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -15,22 +15,26 @@
"extends": "react-app"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"raw.macro": "^0.3.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-live": "2.2.1",
"react-markdown": "2.5.1",
"react-router": "3.0.5",
"styled-components": "3.4.10",
"xml2js": "0.4.19",
"raw.macro": "^0.3.0"
"xml2js": "0.4.19"
},
"devDependencies": {
"@types/enzyme": "3.1.14",

0 comments on commit a195da5

Please sign in to comment.