forked from BoostIO/BoostNote-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
178 lines (178 loc) · 5.9 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "boostnote",
"productName": "Boost Note",
"version": "0.1.3",
"description": "A Polished Notes App with Github Flavored Markdown",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/BoostIO/Boostnote.next.git"
},
"scripts": {
"dev": "env-cmd cross-env NODE_ENV=development TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack-dev-server --mode development --open-page \"app\"",
"dev:app": "npm run build:electron && npm run start",
"start": "electron app/index.js",
"lint": "eslint src/* --ext .ts,.tsx",
"format": "prettier --write \"src/**/*\"",
"build": "rimraf compiled && env-cmd cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack --mode production",
"build:electron": "rimraf compiled && env-cmd cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" TARGET=electron webpack --mode production",
"meta": "node scripts/meta.js",
"prepack": "rimraf dist && env-cmd npm run meta && electron-builder --dir",
"pack": "rimraf dist && env-cmd npm run meta && env-cmd electron-builder",
"release": "npm run build:electron && rimraf dist && env-cmd npm run meta && env-cmd electron-builder -- --publish",
"convertIcons": "rm ./src/components/icons/* && npx @svgr/cli --icon -d ./src/components/icons ./static/icons && node scripts/importIcons.js && rm ./src/components/icons/*.js && prettier --write src/components/icons/*.tsx",
"test": "jest -c jest.json",
"test:watch": "jest -c jest.json --watch",
"tsc": "tsc --watch --noEmit",
"ico": "png2icons static/logo.png static/icon -allwe"
},
"keywords": [
"markdown",
"snippet",
"notes",
"gfm"
],
"author": "Junyoung Choi <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@testing-library/react-hooks": "^2.0.1",
"@types/codemirror": "0.0.77",
"@types/filenamify": "^2.0.2",
"@types/history": "^4.7.3",
"@types/html-webpack-plugin": "^3.2.1",
"@types/jest": "^23.3.14",
"@types/lodash": "^4.14.138",
"@types/node": "^12.7.5",
"@types/prettier": "^1.18.2",
"@types/ramda": "^0.25.51",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-hot-loader": "^4.1.0",
"@types/shortid": "0.0.29",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack": "^4.39.1",
"@types/webpack-dev-server": "^3.1.7",
"@types/webpack-env": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"babel-jest": "^24.9.0",
"cross-env": "^6.0.0",
"css-loader": "^3.2.0",
"electron": "^6.1.5",
"electron-builder": "^21.2.0",
"env-cmd": "^10.0.1",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.3.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"json-loader": "^0.5.7",
"png2icons": "^2.0.1",
"prettier": "^1.18.2",
"react-hot-loader": "^4.12.13",
"react-test-renderer": "^16.9.0",
"rimraf": "^3.0.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.2.3",
"ts-loader": "^6.2.0",
"ts-node": "^8.4.1",
"type-fest": "^0.7.1",
"url-loader": "^2.1.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"@mdi/js": "^4.4.95",
"@mdi/react": "^1.2.1",
"@svgr/cli": "^4.3.3",
"@svgr/webpack": "^4.3.3",
"@types/pouchdb-adapter-http": "^6.1.3",
"@types/pouchdb-adapter-idb": "^6.1.3",
"@types/pouchdb-adapter-memory": "^6.1.3",
"@types/pouchdb-core": "^7.0.3",
"@types/pouchdb-mapreduce": "^6.1.4",
"@types/pouchdb-replication": "^6.4.2",
"aws-amplify": "^1.2.4",
"classcat": "^4.0.2",
"codemirror": "^5.49.0",
"coffeescript": "^2.4.1",
"copy-webpack-plugin": "^5.0.4",
"date-fns": "^2.8.1",
"dotenv": "^8.2.0",
"electron-log": "^4.0.0",
"electron-updater": "^4.2.0",
"filenamify": "^2.1.0",
"hast-util-sanitize": "^2.0.1",
"hast-util-to-text": "^1.0.1",
"hastscript": "^5.1.0",
"history": "^4.10.1",
"i18next": "^19.0.0",
"immer": "^3.3.0",
"is-electron": "^2.2.0",
"lodash": "^4.17.15",
"ltstrg": "^1.0.1",
"mdast-util-to-string": "^1.0.6",
"ow": "^0.13.2",
"path-to-regexp": "^2.4.0",
"pouchdb-adapter-http": "^7.1.1",
"pouchdb-adapter-idb": "^7.1.1",
"pouchdb-adapter-memory": "^7.1.1",
"pouchdb-core": "^7.1.1",
"pouchdb-find": "^7.1.1",
"pouchdb-mapreduce": "^7.1.1",
"pouchdb-replication": "^7.1.1",
"ramda": "^0.26.1",
"raw-loader": "^4.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-i18next": "^11.0.1",
"react-use": "^12.10.0",
"rehype-document": "^3.2.0",
"rehype-raw": "^4.0.1",
"rehype-react": "^4.0.1",
"rehype-sanitize": "^3.0.0",
"rehype-stringify": "^6.0.1",
"remark-parse": "^7.0.1",
"remark-rehype": "^5.0.0",
"remark-stringify": "^7.0.4",
"shortid": "^2.2.15",
"styled-components": "^4.3.2",
"typescript": "^3.6.3",
"unified": "^8.4.0",
"unist-util-visit": "^2.0.0",
"use-force-update": "^1.0.7"
},
"build": {
"appId": "com.boostio.boostnote",
"artifactName": "boost-note-${os}.${ext}",
"copyright": "Copyright © 2016-2017 BoostIO",
"extraResources": [
"compiled/**/*"
],
"asar": false,
"mac": {
"icon": "static/icon.icns"
},
"linux": {
"icon": "static/icon.icns",
"target": [
"deb",
"AppImage"
]
},
"win": {
"verifyUpdateCodeSignature": false,
"icon": "static/icon.ico"
},
"publish": "github"
}
}