-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
68 lines (68 loc) · 1.77 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
{
"name": "react-mde",
"version": "12.0.8",
"description": "React Markdown Editor",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"dev": "vite",
"lint": "pretty-quick",
"tsc": "tsc",
"build": "rollup -c",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrerpena/react-mde.git"
},
"keywords": [
"react",
"component",
"markdown",
"editor",
"text-editor",
"markdown-editor"
],
"author": "Andre Pena",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrerpena/react-mde.git/issues"
},
"devDependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^24.0.23",
"@types/range-parser": "^1.2.2",
"@types/react": "17.0.4",
"@types/react-dom": "17.0.3",
"@types/showdown": "^1.7.2",
"@vitejs/plugin-react": "^1.3.0",
"add": "^2.0.6",
"cross-env": "^6.0.3",
"framer-motion": "^6",
"jest": "^24.9.0",
"merge2": "^1.2.1",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.71.1",
"rollup-plugin-dts": "^4.2.1",
"showdown": "^1.8.6",
"ts-node": "^8.5.4",
"tslib": "^2.4.0",
"typescript": "^4.2.4",
"vite": "^2.9.5",
"yarn": "^1.22.18"
},
"homepage": "https://github.com/andrerpena/react-mde.git#readme"
}