@aomi/webapp-cli
Version:
a web app cli
40 lines (39 loc) • 1.3 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const path = require("path");
exports.default = [{
name: 'react',
describe: 'Default. React + Typescript (Production Typescript -> ESNEXT -> Babel -> js)',
path: path.join(__dirname, 'index.ts', `default`)
}, {
name: 'fourr',
describe: 'React + React Router + Redux + Rxjs + Typescript (Production Typescript -> ESNEXT -> Babel -> js)',
path: path.join(__dirname, 'index.ts', 'four_r'),
dependencies: [
'@babel/polyfill',
'@sitb/svg-icon',
'@sitb/wbs',
'connected-react-router',
'es6-promise',
'react',
'react-dom',
'react-redux',
'react-router-dom',
'redux',
'redux-observable',
'rxjs',
'veigar',
'whatwg-fetch'
]
}, {
name: 'rrkrm',
describe: 'React + React Keeper + React Mobx + Typescript (Production Typescript -> ESNEXT -> Babel -> js)',
path: path.join(__dirname, 'index.ts', `rrkrm`),
dependencies: [
'react',
'react-dom',
'react-keeper',
'veigar',
'whatwg-fetch'
]
}];