-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcfg.json
More file actions
49 lines (45 loc) · 757 Bytes
/
cfg.json
File metadata and controls
49 lines (45 loc) · 757 Bytes
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
44
45
46
47
48
49
{
"dir": {
"root":{
"src": "src/",
"dev": "_dev/",
"rc": "_rc/",
"production": "_production/",
"test": "test/"
},
"type": {
"source": {
"scripts": "scripts/",
"views": "views/",
"styles": "styles/",
"resources": "resources/"
},
"destination": {
"js": "public/js/",
"css": "public/css/",
"html": "public/",
"assets": "public/assets/"
}
}
},
"npmLibraries": [
"react",
"react-dom",
"es6-promise",
"lodash",
"postal",
"three",
"redux",
"react-three-renderer"
],
"appConfigurations": {
"develop": {
},
"develop2": {
},
"localhost": {
},
"production": {
}
}
}