-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
129 lines (129 loc) · 3.74 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "Encryptic",
"version": "0.1.0",
"description": "the client package for the Encryptic web files",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Encryptic/Encryptic"
},
"scripts": {
"start": "node ./server.js",
"setup": "yarn && gulp build",
"electron": "electron .",
"test": "gulp test:run",
"cover": "rm -rf _dev/cover && npm run cover:generate",
"cover:generate": "nyc --reporter=lcov --require babel-register gulp tape && nyc report",
"cover:check": "npm run cover && nyc check-coverage --lines 95 --functions 95 --branches 95",
"jsdoc": "jsdoc ./src/scripts -r -d _dev/jsdoc && gulp serve --root=./_dev/jsdoc --dev",
"gulpdoc": "jsdoc gulps/ gulpfile.js -r -d _dev/gulpdoc && gulp serve --root=./_dev/gulpdoc --dev",
"eslint": "eslint -c .eslintrc.js --fix ./src/scripts/",
"prepub": "npm test && npm run cover && npm run cover:check"
},
"main": "electron/electron.js",
"nyc": {
"report-dir": "_dev/cover",
"include": [
"./src/scripts/**/*.js"
]
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@iktakahiro/markdown-it-katex": "^3.1.0",
"backbone": "^1.3.3",
"backbone.marionette": "^4.0.0",
"backbone.radio": "^2.0.0",
"base64-js": "^1.2.1",
"blueimp-canvas-to-blob": "^3.14.0",
"bootstrap": "^3.3.7",
"codemirror": "^5.45.0",
"debug": "^4.1.0",
"device-detect.js": "^0.2.7",
"dropbox": "^4.0.16",
"dropzone": "^5.2.0",
"es6-promise": "^4.2.2",
"fast-json-patch": "^2.0.6",
"fastclick": "^1.0.6",
"file-saver": "^2.0.0",
"finalhandler": "^1.1.1",
"fuse.js": "^3.3.0",
"hammerjs": "^2.0.8",
"i18next": "^12.1.0",
"i18next-xhr-backend": "^1.5.0",
"jquery": "^3.2.1",
"js-md5": "^0.7.3",
"json-loader": "^0.5.7",
"jsondiffpatch": "^0.3.11",
"jszip": "^3.1.5",
"localforage": "^1.7.3",
"marionette.approuter": "^1.0.1",
"markdown-it": "^8.4.2",
"markdown-it-hashtag": "^0.4.0",
"markdown-it-math": "^4.1.0",
"markdown-it-sanitizer": "^0.4.3",
"modernizr": "^3.6.0",
"modernizr-loader": "^1.0.1",
"mousetrap": "^1.6.1",
"openpgp": "^4.2.2",
"prismjs": "^1.9.0",
"remotestoragejs": "^1.2.2",
"serve-static": "^1.13.2",
"simple-peer": "^9.1.2",
"sjcl": "^1.0.8",
"socket.io-client": "^2.2.0",
"turndown": "^5.0.1",
"turndown-plugin-gfm": "^1.0.1",
"tv4": "^1.3.0",
"underscore": "1.9.1",
"uuid": "^3.1.0",
"webpack-modernizr-loader": "^4.0.1",
"xml-js": "^1.6.2",
"xss": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.3",
"cordova-lib": "^8.1.1",
"del": "^3.0.0",
"eslint": "^5.9.0",
"faucet": "^0.0.1",
"glob": "^7.1.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-jsonlint": "^1.2.0",
"gulp-less": "^4.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-shell": "^0.6.3",
"gulp-zip": "^4.2.0",
"jsdoc": "^3.5.5",
"jsdom": "^13.0.0",
"katex": "^0.10.1",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"node-localstorage": "^1.3.0",
"nyc": "^13.1.0",
"proxyquire": "^2.1.0",
"raf": "^3.4.1",
"raw-loader": "^0.5.1",
"request": "^2.88.0",
"sinon": "^7.1.1",
"tape": "^4.8.0",
"through2": "^3.0.0",
"unzip": "^0.1.11",
"webpack": "^4.27.1",
"webpack-stream": "^5.2.1",
"worker-loader": "^2.0.0"
},
"engines": {
"node": ">=10.12.0"
},
"optionalDependencies": {}
}