-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.59 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
{
"name": "electron-notelink",
"productName": "NoteLink",
"version": "0.5.0",
"description": "NoteLink App",
"main": "dist/main.js",
"author": "Pablo Riedemann",
"license": "MIT",
"devDependencies": {
"@types/cheerio": "^0.22.9",
"@types/colors": "^1.2.1",
"@types/fs-extra": "^5.0.4",
"@types/highlight.js": "^9.12.3",
"@types/markdown-it": "0.0.7",
"@types/minimist": "^1.2.0",
"@types/moment": "^2.13.0",
"@types/node": "^10.12.10",
"@types/react": "^16.7.7",
"@types/react-dom": "^16.0.10",
"@types/react-onclickoutside": "^6.7.0",
"@types/react-virtualized": "^9.18.9",
"@types/uuid": "^3.4.4",
"electron": "^4.0.0",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"ts-loader": "^5.3.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.1.6",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"ajv": "^6.5.5",
"codemirror": "^5.42.0",
"colors": "^1.3.2",
"dropbox": "^4.0.13",
"fs-extra": "^7.0.1",
"fuse.js": "^3.3.0",
"highlight.js": "^9.13.1",
"html-to-react": "^1.3.3",
"markdown-it": "^8.4.2",
"markdown-it-hashtag": "^0.4.0",
"markdown-it-highlightjs": "^3.0.0",
"minimist": "^1.2.0",
"moment": "^2.22.2",
"npm": "^6.4.1",
"react": "^16.6.3",
"react-codemirror2": "^5.1.0",
"react-contextmenu": "2.10.0",
"react-dom": "^16.6.3",
"react-onclickoutside": "^6.7.1",
"react-virtualized": "^9.21.0",
"uuid": "^3.3.2"
},
"resolutions": {
"natives": "1.1.3"
}
}