forked from DLXPlugins/simple-comment-editing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "simple-comment-editing",
"version": "3.0.0",
"description": "Simple Comment Editing for your users",
"main": "gruntfile.js",
"scripts": {
"start": "webpack --watch --mode development",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MediaRon/simple-comment-editing.git"
},
"keywords": [
"comment",
"editing",
"simple",
"comment",
"editing"
],
"author": "Ronald Huereca",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/MediaRon/simple-comment-editing/issues"
},
"homepage": "https://github.com/MediaRon/simple-comment-editing#readme",
"devDependencies": {
"css-loader": "^5.2.6",
"grunt": "^1.4.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-compress": "^2.0.0",
"mini-css-extract-plugin": "^1.6.0",
"sass-loader": "^10.0.5",
"style-loader": "^2.0.0",
"webpack": "^4.42.0",
"webpack-cli": "^4.5.0",
"webpack-fix-style-only-entries": "^0.6.1"
},
"dependencies": {
"sass": "^1.34.0"
}
}