This repository has been archived by the owner on May 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
110 lines (110 loc) · 3.39 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "marksearch",
"productName": "MarkSearch",
"version": "2018.5.24",
"homepage": "https://github.com/Darkle/MarkSearch",
"private": true,
"license": "MIT",
"main": "appInit.js",
"scripts": {
"start": "gulp",
"initialSetup": "npm install && bower install && npm run rebuildSqliteForElectron",
"setupForNodeGypForWindows": "npm --add-python-to-path install --global windows-build-tools",
"rebuildSqliteForElectron": "electron-rebuild -f -w sqlite3",
"packagewin64": "npm run rebuildSqliteForElectron && cross-env NODE_ENV=production gulp packagewin64 && gulp buildWindowsInstaller",
"packagelinux64": "npm run rebuildSqliteForElectron && cross-env NODE_ENV=production gulp packagelinux64",
"packageosx": "npm run rebuildSqliteForElectron && cross-env NODE_ENV=production gulp packageosx && npm run createDMG",
"createDMG": "appdmg InstallationMediaMetadata/node-appdmg.json packagesForPlatforms/MarkSearch-darwin-x64/MarkSearch.dmg",
"bumpVersion": "gulp bumpVersion",
"oldSqliteBuild": "gulp buildSqlite"
},
"dependencies": {
"axios": "^0.15.2",
"babel-polyfill": "^6.8.0",
"bluebird": "^3.3.5",
"body-parser": "^1.15.2",
"bunyan": "^1.8.1",
"compression": "^1.6.2",
"cookie-parser": "~1.4.0",
"csurf": "^1.8.3",
"dompurify": "^0.7.4",
"electron-positioner": "^3.0.0",
"existent": "^1.0.1",
"express": "^4.14.0",
"express-request-id": "^1.1.0",
"fs-extra": "^0.29.0",
"fs-jetpack": "~0.7.3",
"get-port": "^2.1.0",
"got": "^6.6.3",
"helmet": "^1.3.0",
"internal-ip": "^1.2.0",
"isbinaryfile": "^3.0.0",
"jade": "^1.11.0",
"jquery": "^3.1.1",
"jsdom": "^9.0.0",
"jsonwebtoken": "^6.2.0",
"knex": "^0.10.0",
"lodash": "^4.11.2",
"mailgun-es6": "^1.1.4",
"moment": "^2.13.0",
"morgan": "~1.7.0",
"ms": "^0.7.1",
"netscape-bookmarks": "^0.1.0",
"parse-filepath": "^1.0.1",
"request": "^2.72.0",
"require-dir": "^0.3.0",
"schema-inspector": "^1.6.8",
"sqlite3": "github:darkle/node-sqlite3",
"stem-porter": "0.0.1",
"string": "^3.3.1",
"suspend": "^0.7.0",
"valid-url": "^1.0.9",
"validator": "^5.5.0",
"velocity-animate": "^1.2.3"
},
"optionalDependencies": {
"appdmg": "^0.4.5"
},
"devDependencies": {
"appdirectory": "^0.1.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.3.0",
"bower": "^1.8.0",
"browser-sync": "^2.12.8",
"browserify": "^13.0.1",
"chalk": "^1.1.3",
"co-foreach": "^1.1.1",
"cross-env": "^3.1.4",
"disc": "^1.3.2",
"electron": "^1.8.7",
"electron-packager": "^8.5.1",
"electron-rebuild": "^1.5.7",
"event-stream": "^3.3.2",
"exeq": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-inno": "^0.1.0",
"gulp-less": "^3.1.0",
"gulp-nodemon": "^2.0.7",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^1.1.0",
"gulp-util": "^3.0.7",
"line-driver": "^1.1.9",
"ndu": "^1.1.3",
"node-7z": "^0.4.0",
"node-gyp": "^3.3.1",
"node-notifier": "^5.0.2",
"nodemon": "^1.9.2",
"query-string": "^4.2.3",
"run-sequence": "^1.1.5",
"snyk": "^1.14.3",
"username": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"snyk": true
}