-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "convertslack-to",
"version": "1.0.0",
"description": "Simple web tools that convert Slack messages into HTML, markdown and plain text.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NO-Product/convertslack-to.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NO-Product/convertslack-to/issues"
},
"homepage": "https://github.com/NO-Product/convertslack-to#readme",
"dependencies": {
"axios": "^1.5.1",
"bootstrap": "^3.4.1",
"emoji-js": "^3.7.0",
"html-webpack-plugin": "^5.5.3",
"jquery": "^3.7.1",
"summernote": "^0.8.18",
"turndown": "^7.1.2"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-loader": "^4.2.0",
"mini-css-extract-plugin": "^2.7.6",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}