2018-03-04 15:43:18 -05:00
|
|
|
{
|
|
|
|
"name": "{{name}}-example",
|
|
|
|
"homepage": "https://{{author}}.github.io/{{name}}",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "MIT",
|
2018-07-11 12:27:58 -04:00
|
|
|
"private": true,
|
2018-03-04 15:43:18 -05:00
|
|
|
"dependencies": {
|
2018-07-06 16:06:13 -04:00
|
|
|
"prop-types": "^15.6.2",
|
|
|
|
"react": "^16.4.1",
|
|
|
|
"react-dom": "^16.4.1",
|
2018-07-11 12:27:58 -04:00
|
|
|
"react-scripts": "^1.1.4",
|
2018-07-30 23:42:28 -04:00
|
|
|
"{{name}}": "{{#if yarn}}link:..{{else}}file:..{{/if}}"
|
2018-03-04 15:43:18 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
|
|
|
}
|