forked from MaloneQQ/pilemd
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.25 KB
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
80
{
"name": "pilemd",
"productName": "PileMd",
"version": "0.16.6",
"description": "",
"main": "./dist/main.js",
"dependencies": {
"autosize": "4.0.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-runtime": "^6.26.0",
"codemirror": "^5.38.0",
"css-loader": "^0.28.11",
"datauri": "^1.1.0",
"electron-dl": "^1.12.0",
"encryptjs": "^2.0.0",
"es6-promise": "^3.1.2",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"highlight.js": "9.12.0",
"html-loader": "^0.5.5",
"ini": "^1.3.5",
"jss": "^9.8.1",
"jss-preset-default": "^4.3.0",
"lodash": "^4.17.10",
"markdown-table": "^1.1.1",
"markdown-it": "8.4.1",
"markdown-it-footnote": "3.0.1",
"markdown-it-headinganchor": "1.3.0",
"markdown-it-link-attributes": "2.1.0",
"moment": "^2.22.1",
"node-sass": "^4.7.2",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"readline": "^1.3.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"turndown": "^4.0.2",
"turndown-plugin-gfm": "^1.0.2",
"url-loader": "^1.0.1",
"v-tooltip": "2.0.0-rc.25",
"vue": "^2.5.16",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.0.5",
"vue-my-dropdown": "^2.0.5",
"vue-password": "^0.0.11",
"vue-resource": "^1.5.0",
"vue-template-compiler": "^2.5.16",
"xmldoc": "1.1.0"
},
"devDependencies": {
"electron": "^2.0.2",
"electron-installer-debian": "^0.8.1",
"electron-packager": "^12.1.0",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^4.10.0",
"webpack-cli": "^2.1.4",
"webpack-stream": "^4.0.3"
},
"scripts": {
"start": "electron .",
"build": "NODE_ENV=development webpack --display-modules",
"develop": "NODE_ENV=development webpack && electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"linux": "NODE_ENV=production webpack && gulp electron-linux",
"windows": "NODE_ENV=production webpack && gulp electron-windows",
"darwin": "NODE_ENV=production webpack && gulp electron-darwin",
"deb64": "electron-installer-debian --src releases/linux/PileMd-linux-x64 --arch amd64 --config src/deb/debconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/MattNer0/pilemd"
},
"author": "MattNer0",
"license": "MIT",
"bugs": {
"url": "https://github.com/MattNer0/pilemd"
},
"homepage": "https://pilemd.com/"
}