-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
154 lines (154 loc) · 4.29 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"type": "module",
"name": "nomad-desktop",
"version": "0.6.0",
"description": "",
"main": "./build/electron.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kyokan/nomad-ui.git"
},
"scripts": {
"dev": "cross-env NODE_ENV=development INDEXER_API=http://localhost:7373 concurrently --kill-others-on-fail npm:wds-electron npm:start-electron",
"postinstall": "electron-builder install-app-deps",
"predev": "npm run build-electron",
"electron-rebuild": "electron-rebuild -f -w sqlite3",
"start-electron": "electron ./build/electron.js --inspect=5858",
"build-electron": "webpack --config ./webpack.config.js",
"wds-electron": "webpack-dev-server --config ./webpack.config.js --hot --inline",
"lint": "eslint **/*.{ts,tsx}"
},
"keywords": [],
"author": "Kyokan Group, Inc.",
"license": "ISC",
"devDependencies": {
"@types/better-sqlite3": "^5.4.1",
"@types/classnames": "^2.2.9",
"@types/crypto-js": "^3.1.43",
"@types/dompurify": "^2.0.1",
"@types/draft-js": "^0.10.37",
"@types/express": "^4.17.2",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.throttle": "^4.1.6",
"@types/lodash.uniq": "^4.5.6",
"@types/node": "12.12.21",
"@types/react": "^16.9.15",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"@types/react-rte": "^0.16.1",
"@types/redux-logger": "^3.0.7",
"@types/remarkable": "^1.7.4",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"concurrently": "5.0.2",
"copy-webpack-plugin": "^5.0.5",
"cross-env": "^7.0.2",
"css-loader": "^3.2.1",
"electron": "^7.1.3",
"electron-builder": "21.2.0",
"electron-reloader": "^0.3.0",
"eslint": "^5.16.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"node-loader": "^0.6.0",
"node-sass": "^4.13.0",
"nodemon": "^2.0.2",
"react-router-dom": "^5.1.2",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@dicebear/avatars": "^4.0.5",
"@dicebear/avatars-avataaars-sprites": "^4.0.5",
"@dicebear/avatars-bottts-sprites": "^4.0.5",
"@dicebear/avatars-gridy-sprites": "^4.0.5",
"@dicebear/avatars-identicon-sprites": "^4.0.5",
"@dicebear/avatars-jdenticon-sprites": "^4.0.5",
"@dicebear/avatars-male-sprites": "^4.0.5",
"@nebulous/skynet": "^2.0.1",
"@types/marked": "^0.7.2",
"better-sqlite3": "^5.4.3",
"binstring": "^0.2.1",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
"cors": "^2.8.5",
"dompurify": "^2.2.2",
"eckey": "^1.0.0",
"electron-squirrel-startup": "^1.0.0",
"express": "^4.17.1",
"file-type": "^14.1.2",
"fn-client": "^0.6.1",
"highlight.js": "^10.4.1",
"hs-client": "0.0.9",
"hsd": "^2.2.0",
"isomorphic-fetch": "^2.2.1",
"link-preview-js": "^2.0.5",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lodash.uniq": "^4.5.0",
"markdown-draft-js": "^2.2.1",
"marked": "^1.2.5",
"moment": "^2.24.0",
"nomad-api": "^0.9.4",
"nomad-universal": "^1.4.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"winston": "^3.2.1"
},
"build": {
"appId": "com.kyokan.nomad",
"productName": "Nomad",
"directories": {
"buildResources": "./build",
"output": "./release"
},
"files": [
"./build/**/*"
],
"extraResources": [
{
"from": "resources",
"to": ""
}
],
"mac": {
"target": [
"dmg"
],
"icon": "resources/icon.icns"
},
"win": {
"target": [
"msi"
],
"icon": "resources/icon.icns"
},
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
}
}
}