-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (160 loc) · 4.21 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
{
"name": "MarkMind",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"production":"electron-builder",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"build": {
"productName": "Mark Mind",
"appId": "com.markmind.lte",
"directories": {
"output": "build"
},
"files": [
],
"asar": false,
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/icon.icns"
},
"win": {
"icon": "build/icons/icon.ico",
"target": {
"target": "nsis",
"arch": [
"ia32"
]
}
},
"linux": {
"icon": "build/icons"
},
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "build/icons/icon.ico",
"uninstallerIcon": "build/icons/icon.ico",
"installerHeaderIcon": "build/icons/icon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true
}
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@types/jquery": "^3.5.8",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.1",
"annotpdf": "^1.0.14",
"atomically": "^1.7.0",
"conf": "^10.2.0",
"debounce-fn": "^4.0.0",
"dockview": "^1.9.2",
"dot-prop": "6.0.1",
"electron-store": "^7.0.0",
"env-paths": "^2.2.1",
"epubjs": "^0.3.89",
"fast-deep-equal": "^3.1.1",
"find-up": "^3.0.0",
"form-data": "^4.0.0",
"fuse.js": "^6.4.6",
"highlight.js": "9.12.0",
"html2canvas": "^1.3.2",
"iconv-lite": "^0.6.3",
"is-obj": "2.0.0",
"jquery": "^3.6.0",
"js-yaml": "^4.1.0",
"json-schema-traverse": "^1.0.0",
"json-schema-typed": "^7.0.3",
"jszip": "^3.7.1",
"katex": "^0.13.11",
"locate-path": "^5.0.0",
"lru-cache": "^6.0.0",
"markdown-it": "^12.2.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-attrs": "^3.0.2",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-highlight": "^0.2.0",
"markdown-it-icons": "^0.4.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-latex": "^0.2.0",
"markdown-it-latex2img": "0.0.6",
"markdown-it-mark": "^3.0.1",
"markdown-it-multimd-table": "^4.0.1",
"markdown-it-plantuml": "^1.4.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-underline": "^1.0.1",
"markmap-common": "^0.16.0",
"markmap-lib": "^0.16.0",
"mimic-fn": "^3.0.0",
"moment": "^2.30.1",
"onetime": "^5.1.2",
"opml-to-json": "^1.0.1",
"p-limit": "^3.0.0",
"p-locate": "^4.1.0",
"p-try": "^2.0.0",
"pdfjs-dist": "^2.9.359",
"pkg-up": "^3.1.0",
"prop-types": "^15.8.1",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-confirm-alert": "^3.0.6",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"request": "^2.88.2",
"require-from-string": "^2.0.2",
"rollup-plugin-uglify": "^6.0.4",
"roughjs": "^4.5.2",
"semver": "^7.3.5",
"svg.js": "^2.7.1",
"tippy.js": "^6.3.7",
"turndown": "^7.1.1",
"turndown-plugin-gfm": "^1.0.2",
"uri-js": "^4.2.2",
"vditor": "^3.9.9",
"yallist": "^4.0.0",
"yaml-front-matter": "^4.1.1",
"yocto-queue": "^1.0.0"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitejs/plugin-react": "^4.0.4",
"electron": "^22.1.0",
"electron-builder": "^24.6.4",
"eslint": "^8.48.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.14.0",
"vite-plugin-electron-renderer": "^0.14.5"
},
"main": "dist-electron/main.js"
}