-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
67 lines (67 loc) · 1.96 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
{
"name": "simple-comment-editing",
"version": "3.0.0",
"description": "Simple Comment Editing for your users",
"main": "gruntfile.js",
"scripts": {
"start": "webpack --watch --env mode=development",
"dev": "webpack --mode development --env mode=development",
"build": "webpack --mode production --env 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": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-arrow-functions": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.18.6",
"@wordpress/components": "^19.15.0",
"@wordpress/eslint-plugin": "^14.8.0",
"@wordpress/i18n": "^4.13.0",
"@wordpress/prettier-config": "^2.18.0",
"axios": "^0.27.2",
"babel-loader": "^8.2.5",
"classnames": "^2.3.1",
"css-loader": "^5.2.4",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.2",
"grunt-contrib-compress": "^2.0.0",
"mini-css-extract-plugin": "^1.5.0",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.33.1",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"use-async-resource": "^2.2.2",
"webpack": "^5.87.0",
"webpack-cli": "^4.6.0",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"sass": "^1.34.0",
"react-spinners": "^0.13.3"
}
}