20 lines
519 B
JSON
20 lines
519 B
JSON
{
|
|
"name": "{{name}}-example",
|
|
"homepage": "https://{{author}}.github.io/{{name}}",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-scripts": "^1.1.4",
|
|
"{{name}}": "{{#if yarn}}link:..{{else}}file:..{{/if}}"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|