-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "python-markdown-wiki",
"version": "0.1.1",
"description": "Wiki that can use Markdown and supports Heroku.",
"main": "index.js",
"scripts": {
"dev": "webpack-cli --mode development",
"build": "webpack-cli --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/jckdotim/python-markdown-wiki.git"
},
"author": "https://github.com/jckdotim",
"license": "ISC",
"bugs": {
"url": "https://github.com/jckdotim/python-markdown-wiki/issues"
},
"homepage": "https://github.com/jckdotim/python-markdown-wiki",
"dependencies": {
"bootstrap": "^5.0.0",
"cloudinary": "^1.14.0",
"css-loader": "^6.0.0",
"file-loader": "^6.0.0",
"github-markdown-css": "^5.0.0",
"inline-attachment": "^2.0.3",
"jquery": "^3.5.0",
"kind-of": ">=6.0.3",
"minimist": ">=1.2.6",
"popper.js": "^1.15.0",
"serialize-javascript": ">=3.1.0",
"style-loader": "^3.0.0",
"webpack": "^5.76.0"
},
"devDependencies": {
"webpack-cli": "^5.0.1"
}
}