-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.79 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"author": "xLsDg <[email protected]> (https://blog.xlsdg.org/)",
"browser": "dist/simplemde.js",
"bugs": {
"url": "https://github.com/xlsdg/react-simplemde-v1/issues"
},
"dependencies": {
"lodash-es": "latest"
},
"description": "React.js(v16.x+) component wrap for SimpleMDE Markdown Editor(v1.x+)",
"devDependencies": {
"bili": "^3.4.2",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-alloy": "^1.4.2",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.15.3",
"rollup-plugin-prettier": "^0.5.0",
"rollup-plugin-vue": "^4.3.2",
"stylelint": "^9.9.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.0.0",
"vue-template-compiler": "^2.5.17"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"files": [
"dist",
"src"
],
"homepage": "https://github.com/xlsdg/react-simplemde-v1",
"jsdelivr": "dist/simplemde.min.js",
"keywords": [
"simplemde",
"library",
"react",
"react-simplemde",
"react-simplemde-v1"
],
"license": "MIT",
"main": "dist/simplemde.cjs.js",
"module": "dist/simplemde.es.js",
"name": "react-simplemde-v1",
"peerDependencies": {
"react": "latest",
"simplemde": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/xlsdg/react-simplemde-v1.git"
},
"scripts": {
"build": "bili",
"release:major": "npm version major && npm publish",
"release:minor": "npm version minor && npm publish",
"release:patch": "npm version patch && npm publish"
},
"source": "src/simplemde.jsx",
"unpkg": "dist/simplemde.min.js",
"version": "2.0.1"
}