forked from readmeio/markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.19 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "moyarenko-markdown",
"description": "ReadMe's React-based Markdown parser",
"author": "Rafe Goldberg <rafe@readme.io>",
"version": "1.0.0",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
"styles",
"components",
"dist"
],
"scripts": {
"build": "webpack --mode production",
"heroku-postbuild": "make emojis && webpack --mode production --config ./webpack.dev.js",
"lint": "eslint . --ext .jsx --ext .js",
"prepare": "husky install",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"",
"release": "npx semantic-release",
"release.dry": "npx semantic-release --dry-run",
"start": "webpack serve --config ./webpack.dev.js --open --mode development",
"test": "jest --coverage --runInBand --testPathIgnorePatterns '__tests__/browser'",
"test.watch": "jest --watch --coverage=false --testPathIgnorePatterns '__tests__/browser'",
"test.browser": "jest --runInBand --testPathPattern '__tests__/browser'",
"watch": "webpack -w --progress --mode production"
},
"dependencies": {
"@readme/emojis": "^5.0.0",
"@readme/syntax-highlighter": "^12.0.2",
"copy-to-clipboard": "^3.3.2",
"emoji-regex": "^10.2.1",
"hast-util-sanitize": "^4.0.0",
"lodash.escape": "^4.0.1",
"lodash.kebabcase": "^4.1.1",
"mdast-util-toc": "^5.1.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"rehype-raw": "^5.1.0",
"rehype-react": "^6.2.1",
"rehype-sanitize": "^4.0.0",
"rehype-stringify": "^6.0.0",
"remark-breaks": "^1.0.0",
"remark-disable-tokenizers": "^1.0.24",
"remark-frontmatter": "^2.0.0",
"remark-parse": "^7.0.2",
"remark-rehype": "^7.0.0",
"remark-slug": "^6.0.0",
"remark-stringify": "^8.0.0",
"trim": "^1.0.1",
"unified": "^8.4.0",
"unist-util-flatmap": "^1.0.0",
"unist-util-map": "^3.1.2",
"unist-util-select": "^4.0.0"
},
"peerDependencies": {
"@readme/variable": "^15.1.0",
"@tippyjs/react": "^4.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-angular": "^17.1.0",
"@commitlint/config-conventional": "^17.1.0",
"@hot-loader/react-dom": "^16.14.0",
"@readme/eslint-config": "^10.1.1",
"@readme/variable": "^15.1.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.2",
"@tippyjs/react": "^4.2.6",
"babel-jest": "^29.2.1",
"babel-loader": "^8.2.5",
"codemirror": "^5.54.0",
"core-js": "^3.25.5",
"css-loader": "^6.7.1",
"eslint": "^8.25.0",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^29.2.1",
"jest-environment-puppeteer": "^6.1.1",
"jest-image-snapshot": "^5.2.0",
"jest-puppeteer": "^6.1.1",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.3",
"prettier": "^2.7.1",
"puppeteer": "^19.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"regenerator-runtime": "^0.13.10",
"sass-loader": "^13.1.0",
"semantic-release": "^19.0.5",
"string.prototype.trimend": "^1.0.5",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"license": "MIT",
"homepage": "https://rdmd.readme.io",
"repository": "git@github.com:moyarenko/markdown.git",
"prettier": "@readme/eslint-config/prettier",
"bundlewatch": {
"files": [
{
"path": "dist/main.js",
"maxSize": "450KB"
},
{
"path": "dist/main.node.js",
"maxSize": "250KB"
}
]
}
}