-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
{
"author": {
"name": "Robert-Frampton",
"email": "[email protected]",
"url": "github.com/Robert-Frampton"
},
"build": {
"app-category-type": "public.app-category.developer-tools",
"appId": "com.robframpton.lexicon_customizer"
},
"description": "A desktop app for customizing lexicon look and feel that integrates with Liferay themes.",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"cross-env": "^2.0.0",
"cross-spawn": "^4.0.0",
"del": "^2.2.1",
"electron-builder": "5.18.0",
"electron-packager": "^7.3.0",
"electron-prebuilt": "1.2.5",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-download": "0.0.1",
"gulp-ejs": "^2.0.0",
"gulp-install": "^0.6.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.2.0",
"minimist": "^1.2.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"run-sequence": "^1.2.2",
"xo": "^0.12.0"
},
"keywords": [
"electron",
"electron-app",
"lexicon",
"liferay"
],
"name": "LexiconCustomizer",
"private": true,
"repository": "Robert-Frampton/lexicon-customizer",
"scripts": {
"clean": "electron scripts/clean.js",
"dev": "cross-env NODE_ENV=development electron ./app",
"release": "build",
"start": "cross-env NODE_ENV=production electron ./app",
"test": "xo"
},
"xo": {
"esnext": true,
"envs": [
"node",
"browser"
]
}
}