forked from BoostIO/BoostNote-App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 4.83 KB
/
package.json
File metadata and controls
152 lines (152 loc) · 4.83 KB
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
{
"name": "boost",
"productName": "Boost",
"version": "0.1.0",
"description": "A Polished Notes App with Github Flavored Markdown",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/BoostIO/boost.git"
},
"scripts": {
"start": "env-cmd cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack-dev-server --mode development --open-page \"app\"",
"start-dev": "NODE_ENV=development electron app/index.js",
"compile": "NODE_ENV=production webpack --config webpack.config.js --progress",
"analyze": "NODE_ENV=production webpack --config webpack.config.js --json | webpack-bundle-size-analyzer",
"pack": "env-cmd ./.env build --dir",
"dist": "env-cmd ./.env build",
"shasum": "shasum -a 256 dist/mac/Inpad-$npm_package_version.dmg",
"lint": "eslint src/**/*.ts{,x}",
"format": "prettier --write \"src/**/*\"",
"build": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack --mode production",
"test": "jest -c jest.json",
"test:watch": "jest -c jest.json --watch",
"tsc": "tsc --watch --noEmit",
"rebuild": "electron-rebuild"
},
"keywords": [
"markdown",
"snippet",
"notes",
"gfm"
],
"author": "Junyoung Choi <fluke8259@gmail.com>",
"license": "MIT",
"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/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/styled-components": "^4.1.19",
"@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",
"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.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"json-loader": "^0.5.7",
"prettier": "^1.18.2",
"react-hot-loader": "^4.12.13",
"react-test-renderer": "^16.9.0",
"style-loader": "^1.0.0",
"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",
"@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",
"copy-webpack-plugin": "^5.0.4",
"dotenv": "^8.2.0",
"filenamify": "^2.1.0",
"hast-util-sanitize": "^2.0.1",
"hast-util-to-text": "^1.0.1",
"hastscript": "^5.1.0",
"i18next": "^19.0.0",
"immer": "^3.3.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",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-i18next": "^11.0.1",
"react-use": "^12.10.0",
"rehype-raw": "^4.0.1",
"rehype-react": "^4.0.1",
"rehype-sanitize": "^3.0.0",
"remark-frontmatter": "^1.3.2",
"remark-parse": "^7.0.1",
"remark-rehype": "^5.0.0",
"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.electron.Boost",
"copyright": "Copyright © 2016-2017 BoostIO",
"category": "public.app-category.productivity",
"files": [
"app",
"compiled",
"resources",
"node_modules"
],
"asar": true,
"mac": {
"category": "public.app-category.productivity",
"target": "dmg",
"icon": "resources/icon.icns"
}
}
}