2018-03-04 15:43:18 -05:00
|
|
|
{
|
|
|
|
"name": "{{name}}-example",
|
|
|
|
"homepage": "https://{{author}}.github.io/{{name}}",
|
|
|
|
"version": "0.0.0",
|
2018-07-11 12:27:58 -04:00
|
|
|
"private": true,
|
2018-03-04 15:43:18 -05:00
|
|
|
"dependencies": {
|
2019-05-03 14:10:11 +02:00
|
|
|
"react": "^16.8",
|
|
|
|
"react-dom": "^16.8",
|
2019-05-03 16:53:21 +02:00
|
|
|
"react-scripts": "^3.0.0",
|
2019-05-02 19:29:36 +02:00
|
|
|
"@freesewing/core": "alpha",
|
|
|
|
"@freesewing/plugin-debug": "alpha",
|
|
|
|
"@freesewing/plugin-theme": "alpha",
|
|
|
|
"@freesewing/plugin-designer": "alpha",
|
2019-05-03 19:54:46 +02:00
|
|
|
"@freesewing/plugin-svgattr": "alpha",
|
|
|
|
"@freesewing/plugin-i18n": "alpha",
|
|
|
|
"@freesewing/plugin-validate": "alpha",
|
2019-05-03 20:13:27 +02:00
|
|
|
"@freesewing/plugin-react": "alpha",
|
2019-05-02 19:29:36 +02:00
|
|
|
"@freesewing/i18n": "alpha",
|
2019-05-05 17:06:22 +02:00
|
|
|
"@freesewing/utils": "alpha",
|
|
|
|
"@freesewing/models": "alpha",
|
2019-05-02 19:29:36 +02:00
|
|
|
"@freesewing/components": "alpha",
|
|
|
|
"@freesewing/css-theme": "alpha",
|
|
|
|
"@freesewing/mui-theme": "alpha",
|
2019-05-03 13:33:11 +02:00
|
|
|
"@freesewing/pattern-info": "alpha",
|
2019-05-03 13:22:38 +02:00
|
|
|
"@material-ui/core": "^3.9.3",
|
|
|
|
"@material-ui/icons": "^3.0.2",
|
|
|
|
"@material-ui/lab": "^3.0.0-alpha.30",
|
2019-05-02 19:29:36 +02:00
|
|
|
"typeface-roboto-condensed": "latest",
|
2019-05-02 18:13:10 +02:00
|
|
|
"pattern": "{{#if yarn}}link:..{{else}}file:..{{/if}}"
|
2018-03-04 15:43:18 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
2019-03-02 11:37:17 -05:00
|
|
|
"test": "react-scripts test",
|
2018-03-04 15:43:18 -05:00
|
|
|
"eject": "react-scripts eject"
|
2019-03-02 11:37:17 -05:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-03-04 15:43:18 -05:00
|
|
|
}
|