-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "libresearch",
"productName": "LibReasearch",
"version": "0.6.0",
"main": "main/index.js",
"license": "MIT",
"author": "Tomas Alejandro V. Falgui III <[email protected]> (http://tomyfalgui.com/)",
"description": "Library Research",
"repository": "tomy8910/libresearch",
"scripts": {
"start": "electron .",
"build": "next build renderer && next export renderer",
"dist": "npm run build && electron-builder --win --publish",
"beat": "DEBUG=electron-builder",
"dev:build": "electron-rebuild",
"postinstall": "electron-builder install-app-deps"
},
"build": {
"files": [
"**/*",
"!renderer",
"renderer/out"
]
},
"devDependencies": {
"electron": "1.7.11",
"electron-builder": "19.55.2",
"electron-rebuild": "1.6.0",
"next": "4.2.3",
"react": "16.2.0",
"react-dom": "16.2.0"
},
"dependencies": {
"app-root-path": "2.0.1",
"babel-plugin-styled-components": "1.5.0",
"bemto-components": "1.6.1",
"couchdb": "0.3.8",
"d3": "4.12.2",
"date-fns": "1.29.0",
"electron-is-dev": "0.3.0",
"electron-next": "3.1.3",
"lodash": "4.17.4",
"match-sorter": "2.2.0",
"nedb": "1.8.0",
"next-redux-wrapper": "1.3.5",
"nivo": "0.31.0",
"pouchdb": "6.4.2",
"pouchdb-find": "6.4.2",
"prop-types": "15.6.0",
"react-qr-reader": "2.0.1",
"react-redux": "5.0.6",
"react-transition-group": "2.2.1",
"recharts": "1.0.0-beta.9",
"redux": "3.7.2",
"styled-components": "3.0.2",
"uuid": "3.2.1",
"xlsx": "0.11.18"
}
}