-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.31 KB
/
package.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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "my-command-center",
"main": "src/templates/main.html",
"version": "0.1.0",
"window": {
"toolbar": true,
"title": "MyCommandCenter",
"icon": "src/images/logo.png",
"frame": true,
"width": 800,
"height": 600,
"position": "center"
},
"scripts": {
"app": "nw"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"bootstrap": "^4.3.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"is-empty": "^1.2.0",
"jquery": "^3.4.1",
"jsrender": "^1.0.3",
"node-sass": "^4.12.0",
"nw": "^0.38.4",
"pm2": "^3.5.1",
"popper.js": "^1.15.0",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
"vue": "^2.6.10",
"vue-rx": "^6.2.0"
},
"devDependencies": {
"nw-builder": "^3.5.7"
},
"routes": {
"/": {
"component": "Home",
"template": "Home"
},
"": {
"component": "NotFound",
"template": "NotFound"
}
},
"devRoutesWatch": [
"/src/",
"/package.json"
]
}