40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
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/core": "alpha",
|
|
"@freesewing/plugin-bundle": "alpha",
|
|
"@freesewing/plugin-bust": "alpha",
|
|
"@freesewing/plugin-buttons": "alpha",
|
|
"@freesewing/plugin-flip": "alpha",
|
|
"@freesewing/plugin-debug": "alpha",
|
|
"@freesewing/plugin-theme": "alpha",
|
|
"@freesewing/plugin-designer": "alpha",
|
|
"@freesewing/i18n": "alpha",
|
|
"@freesewing/components": "alpha",
|
|
"@freesewing/css-theme": "alpha",
|
|
"@freesewing/mui-theme": "alpha",
|
|
"typeface-roboto-condensed": "latest",
|
|
"pattern": "{{#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"
|
|
]
|
|
}
|