-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
43 lines (43 loc) · 1.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
{
"name": "word-to-markdown-server",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/benbalter/word-to-markdown-server.svg?branch=master)](https://travis-ci.org/benbalter/word-to-markdown-server)",
"main": "script/server",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benbalter/word-to-markdown-server.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/benbalter/word-to-markdown-server/issues"
},
"homepage": "https://github.com/benbalter/word-to-markdown-server#readme",
"devDependencies": {
"@babel/core": "^7.24.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.2.1",
"bootstrap": "^5.3.3",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.9.1",
"postcss-loader": "^7.3.3",
"sass": "^1.71.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.4",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.9.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"clipboard": "^2.0.11"
}
}