-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 968 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 968 Bytes
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
{
"name": "md-export",
"version": "1.0.3",
"description": "Chrome extension to export AI chat conversations",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"package": "npm run build && powershell -Command \"Compress-Archive -Force -Path dist,popup,icons,manifest.json -DestinationPath md-export-v$npm_package_version.zip\""
},
"dependencies": {
"buffer": "6.0.3",
"docx": "8.5.0",
"html2canvas": "1.4.1",
"jspdf": "2.5.1",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"turndown": "7.1.3",
"turndown-plugin-gfm": "1.0.2",
"util": "0.12.5"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"webpack": "^5.105.2",
"webpack-cli": "^5.1.4"
}
}