-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 951 Bytes
/
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
{
"name": "cadenzah-markdown-preview",
"version": "1.0.0",
"description": "Markdown preview mini service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack",
"build-watch": "npx webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2pow4/cadenzah-markdown-preview.git"
},
"author": "cadenzah",
"license": "ISC",
"bugs": {
"url": "https://github.com/2pow4/cadenzah-markdown-preview/issues"
},
"homepage": "https://github.com/2pow4/cadenzah-markdown-preview#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"commonmark": "^0.29.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}