-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
162 lines (162 loc) · 5.37 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
{
"name": "EffectNote",
"version": "0.6.2",
"private": true,
"homepage": "/",
"author": "weiwenda",
"description": "My Description",
"dependencies": {
"@node-rs/jieba": "^1.6.1",
"cors": "^2.8.5",
"cos-js-sdk-v5": "^1.4.18",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.1.0",
"express": "^4.16.4",
"isomorphic-git": "^1.21.0",
"lunr": "^2.3.9",
"lunr-languages": "^1.10.0",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"node-git-server": "^1.0.0"
},
"scripts": {
"rollup": "rollup -c",
"lint": "tslint --exclude 'node_modules/**/*' '**/*.ts' '**/*.tsx'",
"typecheck": "tsc -p . --noEmit",
"verify": "npm run lint && npm run typecheck && npm test",
"electron": "electron public/electron.js",
"start": "electron-forge start",
"startdev": "export REACT_APP_BUILD_PROFILE=cloud && react-app-rewired start",
"startdemo": "export REACT_APP_BUILD_PROFILE=demo && react-app-rewired start",
"build": "react-app-rewired build",
"builddemo": "export REACT_APP_BUILD_PROFILE=demo && react-app-rewired build",
"watchtest": "npm test -- --reporter dot --watch",
"profiletest": "npm test -- --prof",
"eject": "react-scripts eject",
"package": "electron-forge package",
"build-drawin": "export REACT_APP_BUILD_PROFILE=local && export REACT_APP_BUILD_PLATFORM=darwin && npm run build",
"build-win32": "set \"REACT_APP_BUILD_PROFIL=local\" && set \"REACT_APP_BUILD_PLATFORM=win32\" && set \"NODE_TLS_REJECT_UNAUTHORIZED=0\" && npm run build",
"build-mas": "export REACT_APP_BUILD_PROFILE=local && export REACT_APP_BUILD_PLATFORM=mas && npm run build",
"rmcache": "rm -rf ./node_modules/.cache",
"make": "npm run build-drawin && npm run rmcache && PLATFORM=darwin electron-forge make --platform darwin --targets @electron-forge/maker-dmg",
"makewin": "npm run build-win32 && npm run rmcache && electron-forge make --platform win32",
"makemas": "npm run build-mas && npm run rmcache && PLATFORM=mas electron-forge make --platform mas --targets @electron-forge/maker-pkg --arch x64"
},
"main": "main/electron.js",
"module": "dist/index.js",
"files": [
"dist"
],
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@ant-design/icons": "^5.2.4",
"@dagrejs/dagre": "^1.1.2",
"@electron-forge/cli": "^6.4.2",
"@electron-forge/maker-dmg": "^6.4.2",
"@electron-forge/maker-pkg": "^6.4.2",
"@electron-forge/maker-squirrel": "^6.4.2",
"@excalidraw/mermaid-to-excalidraw": "^1.0.0",
"@reduxjs/toolkit": "^2.0.1",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.16.0",
"@types/file-saver": "^2.0.1",
"@types/jest": "^26.0.19",
"@types/jquery": "^3.5.5",
"@types/katex": "^0.11.0",
"@types/lodash": "^4.14.166",
"@types/markdown-it": "^13.0.7",
"@types/minimist": "^1.2.0",
"@types/node": "^18.11.18",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.18",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^18.2.7",
"@types/react-highlight": "^0.12.5",
"@types/uuid": "^9.0.8",
"@types/ws": "0.0.41",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"@weiwenda/excalidraw": "^0.17.1-effecnote-4",
"antd": "^5.10.2",
"electron": "26.0.0",
"electron-builder": "^22.14.13",
"elkjs": "^0.9.3",
"enumify": "^1.0.4",
"eslint": "^8.1.0",
"events": "^3.3.0",
"fast-xml-parser": "^4.0.8",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"highlight.js": "^11.7.0",
"ical-generator": "^3.6.1",
"ignore-styles": "^5.0.1",
"immutability-helper": "^3.1.1",
"jest-date-mock": "^1.0.8",
"jquery": "^3.5.1",
"jsondiffpatch": "^0.5.0",
"katex": "^0.12.0",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
"lucide-react": "^0.298.0",
"markdown-it": "^13.0.2",
"markdown-table": "^3.0.3",
"minimist": "^1.2.2",
"monaco-editor-webpack-plugin": "^7.0.1",
"papaparse": "^5.4.1",
"pdfjs-dist": "^3.10.111",
"qrcode.react": "^3.1.0",
"react": "^18.0.21",
"react-app-rewired": "^2.2.1",
"react-color": "^2.19.3",
"react-contenteditable": "^3.3.6",
"react-cool-portal": "^1.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.0.21",
"react-draggable": "^4.4.5",
"react-highlight": "^0.15.0",
"react-monaco-editor": "^0.55.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.4.1",
"react-scripts": "^5.0.1",
"react-to-print": "^2.14.10",
"react-virtuoso": "^4.6.2",
"rollup": "^2.79.1",
"rollup-plugin-sass": "^1.12.16",
"runtypes": "^6.7.0",
"sass": "^1.70.0",
"sass-loader": "^13.2.0",
"tslint": "^4.5.1",
"tui-image-editor": "^3.15.3",
"typescript": "^5.1.6",
"uuid": "^9.0.1",
"vditor": "^3.9.8"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
}
}