-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "@sertxudeveloper/markdown-editor",
"exportName": "MarkdownEditor",
"version": "0.3.0",
"description": "A customizable markdown editor for your projects",
"main": "./build/MarkdownEditor.js",
"module": "./build/MarkdownEditor.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development",
"watch": "webpack --watch --mode development",
"watch:prod": "webpack --watch --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sertxudeveloper/markdown-editor.git"
},
"keywords": [
"sertxudeveloper",
"laravel",
"markdown-editor",
"alpinejs",
"tailwindcss",
"editor",
"markdown",
"customizable"
],
"author": "Sergio Peris <dev.sertxu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sertxudeveloper/markdown-editor/issues"
},
"homepage": "https://github.com/sertxudeveloper/markdown-editor#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"css-loader": "^5.2.7",
"dompurify": "^2.3.8",
"lodash": "^4.17.21",
"marked": "^4.0.17",
"postcss": "^8.4.14",
"postcss-loader": "^4.3.0",
"raw-loader": "^4.0.2",
"sass": "^1.53.0",
"sass-loader": "^13.0.0",
"style-loader": "^2.0.0",
"tailwindcss": "^3.1.3",
"textarea-caret": "^3.1.0",
"ts-loader": "^9.3.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}