forked from thomasbrueggemann/paperless-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.05 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
{
"name": "paperless-desktop",
"version": "0.0.14-beta",
"description": "Desktop app that uses the paperless API to manage your documents",
"main": "main.js",
"scripts": {
"start": "gulp && electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint js/src",
"precommit": "pretty-quick --staged",
"package": "gulp && electron-packager ./ Paperless --platform=darwin --arch=all --out ./build --ignore='^/build$' --electron-version 1.8.4 --overwrite --icon=./icon.icns"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomasbrueggemann/paperless-desktop.git"
},
"dependencies": {
"alt": "^0.17.4",
"async": "^1.4.2",
"axios": "^0.15.3",
"babel": "^5.8.23",
"btoa": "^1.1.2",
"electron-dl": "^1.6.0",
"history": "^1.12.5",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"other-window-ipc": "^1.3.0",
"prop-types": "^15.5.8",
"react": "^15.4.1",
"react-big-calendar": "^0.13.0",
"react-dom": "^15.4.1",
"react-file-drop": "^0.1.8",
"react-pure-render": "^1.0.2",
"react-router": "^3.0.2",
"react-select": "^1.0.0-rc.3",
"react-select2-wrapper": "^1.0.4-beta2",
"react-waypoint": "^6.0.0",
"riek": "^1.0.7",
"simple-react-pdf2": "^2.0.1",
"slug": "^0.9.1",
"underscore": "^1.8.3",
"webpack": "^2.4.1"
},
"devDependencies": {
"babelify": "^6.3.0",
"bower": "^1.6.3",
"browserify": "^11.2.0",
"electron": "^1.8.4",
"electron-packager": "^12.0.1",
"eslint": "^5.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-react": "^7.10.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"husky": "^0.14.3",
"prettier": "^1.13.7",
"pretty-quick": "^1.6.0",
"vinyl-source-stream": "^1.1.0"
},
"keywords": [
"paperless",
"desktop",
"electron"
],
"author": "Thomas Brüggemann",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/thomasbrueggemann/paperless-desktop/issues"
},
"homepage": "https://github.com/thomasbrueggemann/paperless-desktop#readme",
"prettier": {
"printWidth": 100,
"useTabs": true,
"tabWidth": 4,
"arrowParens": "always"
}
}