28 lines
634 B
JSON
28 lines
634 B
JSON
{
|
|
"name": "{{name}}-example",
|
|
"homepage": "https://{{author}}.github.io/{{name}}",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-scripts": "2.0.4",
|
|
"freesewing": "^0.30.6",
|
|
"{{name}}": "{{#if yarn}}link:..{{else}}file:..{{/if}}"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|