This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.51 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
{
"name": "ae-electron",
"version": "1.0.2",
"author": {
"name": "Alexander Gabriel",
"email": "alex@gabriel-software.ch",
"url": "https://gabriel-software.ch"
},
"private": true,
"dependencies": {
"@material-ui/core": "1.3.1",
"@material-ui/icons": "1.1.0",
"ampersand-app": "2.0.0",
"apollo-cache-inmemory": "1.2.5",
"apollo-client": "2.3.5",
"apollo-link": "1.2.2",
"apollo-link-context": "1.0.8",
"apollo-link-http": "1.5.4",
"apollo-link-state": "0.4.1",
"autosuggest-highlight": "3.1.1",
"copy-to-clipboard": "3.0.8",
"create-react-class": "15.6.3",
"date-fns": "1.29.0",
"dexie": "2.0.4",
"exceljs": "1.5.1",
"file-saver": "1.3.8",
"graphiql": "0.11.11",
"graphql": "0.13.2",
"graphql-tag": "2.9.2",
"graphql-voyager": "1.0.0-rc.19",
"history": "4.7.2",
"is-uuid": "1.0.2",
"js-file-download": "0.4.1",
"json2csv": "4.1.5",
"jwt-decode": "2.2.0",
"lodash": "4.17.10",
"react": "16.4.1",
"react-apollo": "2.1.8",
"react-autosuggest": "9.3.4",
"react-contextmenu": "2.9.2",
"react-data-grid": "4.0.7",
"react-dom": "16.4.1",
"react-dropzone": "4.2.12",
"react-fns": "1.4.0",
"react-linkify": "0.2.2",
"react-loadable": "5.4.0",
"react-measure": "2.0.2",
"react-reflex": "2.2.7",
"react-swipeable-views": "0.12.14",
"react-virtualized": "9.20.0",
"recompose": "0.27.1",
"styled-components": "3.3.3",
"xlsx": "0.13.1"
},
"resolutions": {
"graphql": "0.13.2"
},
"devDependencies": {
"@heroku/foreman": "2.0.2",
"electron": "3.0.0-beta.1",
"electron-builder": "20.19.1",
"flow-bin": "0.75.0",
"react-scripts": "1.1.4",
"source-map-explorer": "1.5.0"
},
"scripts": {
"dev": "nf start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"serve": "node ecosystem.config.js",
"analyze": "npx source-map-explorer build/static/js/main.*",
"electron": "electron .",
"ebuild": "yarn build && node_modules/.bin/build"
},
"license": "ISC",
"description": "Arteigenschaften Desktop App",
"homepage": "./",
"main": "electron/main.js",
"build": {
"productName": "arteigenschaften",
"appId": "ch.gabriel-software.ae-electron",
"electronVersion": "1.8.4",
"files": [
"build/**/*",
"electron/*"
],
"extends": null,
"win": {
"icon": "build/favicon256.ico"
}
}
}