1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/default/example/package.json

21 lines
519 B
JSON
Raw Normal View History

2018-03-04 15:43:18 -05:00
{
"name": "{{name}}-example",
"homepage": "https://{{author}}.github.io/{{name}}",
"version": "0.0.0",
"license": "MIT",
"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",
"react-scripts": "^1.1.4",
"{{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"
}
}