UNPKG

582 BJavaScriptView Raw
1'use strict';
2
3module.exports = [
4 {
5 name: 'Web Application with React and Redux',
6 url : '@my-dish/template-react-redux-application'
7 },
8 {
9 name: 'Web Application with React',
10 url : '@my-dish/template-react-application'
11 },
12 {
13 name: 'React Library',
14 url : '@my-dish/template-react-library'
15 },
16 {
17 name: 'CLI',
18 url : '@my-dish/template-cli'
19 },
20 {
21 name: 'Electron',
22 url : '@my-dish/template-electron'
23 },
24 {
25 name: 'Plain',
26 url : '@my-dish/template-plain'
27 },
28 {
29 name: 'Dish',
30 url : '@my-dish/template-dish'
31 }
32];