forked from cds-hooks/legacy-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.yo-rc.json
43 lines (43 loc) · 1.35 KB
/
.yo-rc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"generator-rf": {
"appname": "rx",
"mkTestDirs": true,
"withBootstrap": true,
"description": "A React/Flux app generate by RF, powered with Babel",
"dialect": "Babel",
"scriptSuffix": ".js",
"testFileExtensions": [
"js"
],
"dialectModuleFileExtensions": [
"js",
"json"
],
"stylesheet": "SASS",
"stylesheetSuffix": ".sass",
"bootstrapLoaders": "{\n test: /bootstrap\\/js\\//,\n loader: 'imports?jQuery=jquery'\n },\n\n {\n test: /\\.(ttf|eot|svg)$/,\n loader: 'file-loader'\n },\n\n {\n test: /\\.woff2?$/,\n loader: 'url-loader?limit=10000&minetype=application/font-woff'\n },\n",
"devDependencies": {
"css-loader": "*",
"file-loader": "*",
"jest-cli": "*",
"react-hot-loader": "*",
"react-tools": "*",
"style-loader": "*",
"url-loader": "*",
"webpack-dev-server": "*",
"webpack": "*",
"babel-loader": "*",
"babel-jest": "*",
"node-sass": "*",
"sass-loader": "*",
"bootstrap": "*",
"bootstrap-webpack": "*",
"imports-loader": "*",
"jquery": "*"
},
"dialectTest": ".jsx?",
"dialectLoader": "babel",
"dialectDevLoader": "react-hot!babel",
"stylesheetLoader": "style!css!sass?indentedSyntax=true&outputStyle=expanded"
}
}