-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 2.1 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "open-markdown-environment-notebook",
"description": "Desktop markdown editor meant for heavy-duty writing",
"version": "0.3.0",
"main": "main.js",
"scripts": {
"build": "gulp build",
"watch": "gulp",
"start": "gulp build && electron .",
"electron": "electron .",
"release": "standard-version",
"commit": "git-cz",
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/AntJanus/omen.git"
},
"keywords": [
"markdown"
],
"author": "Antonin Januska <@antjanus>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AntJanus/omen/issues"
},
"homepage": "https://github.com/AntJanus/omen#readme",
"dependencies": {
"@angular-redux/store": "6.0.1",
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/compiler-cli": "4.0.0",
"@angular/core": "4.0.0",
"@angular/forms": "4.0.0",
"@angular/http": "4.0.0",
"@angular/platform-browser": "4.0.0",
"@angular/platform-browser-dynamic": "4.0.0",
"@angular/router": "4.0.0",
"@angular/upgrade": "4.0.0",
"angular2-hotkeys": "2.0.1",
"bluebird": "3.5.0",
"codemirror": "5.25.0",
"core-js": "2.4.1",
"electron": "1.6.2",
"font-awesome": "4.7.0",
"ng2-codemirror": "1.1.1",
"redux": "3.6.0",
"reflect-metadata": "0.1.10",
"remove-markdown": "0.1.0",
"rxjs": "5.2.0",
"zone.js": "0.8.5"
},
"devDependencies": {
"@types/node": "7.0.10",
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.0.0",
"del": "2.2.2",
"eslint-config-standard": "7.1.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "2.1.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean-css": "3.0.4",
"gulp-connect": "5.0.0",
"gulp-less": "3.3.0",
"gulp-livereload": "3.8.1",
"standard": "9.0.2",
"standard-version": "4.0.0",
"ts-loader": "2.0.3",
"tslint": "4.5.1",
"typescript": "2.2.1",
"webpack": "2.3.1",
"webpack-stream": "3.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}