-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.72 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
{
"name": "lms-matic-extender",
"version": "1.0.1",
"description": "Wordpress plugin dedicated to support LMSmatic wordpress theme",
"main": "index.js",
"scripts": {
"build": "wp-scripts build ./src/editor.js ./src/index.js && gulp bundle",
"format": "wp-scripts format && stylelint \"**/*.scss\" --fix",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start ./src/editor.js ./src/index.js",
"start:custom": "wp-scripts start ./src/editor.js ./src/index.js",
"packages-update": "wp-scripts packages-update",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devMiguelCarrero/lms-matic-extender.git"
},
"keywords": [
"LMS"
],
"author": "devMiguelCarrero",
"license": "ISC",
"dependencies": {
"@wordpress/data": "^6.2.1",
"@wordpress/element": "^4.0.4",
"@wordpress/i18n": "^4.2.4",
"@wordpress/scripts": "^21.0.1",
"autoprefixer": "^10.4.2",
"axios": "^0.24.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.1.0",
"he": "^1.2.0",
"jquery": "^3.6.0",
"qs": "^6.10.3",
"react-beautiful-dnd": "^13.1.1",
"remove-array-items": "^3.0.0"
},
"devDependencies": {
"@prettier/plugin-php": "^0.18.2",
"@wordpress/eslint-plugin": "^9.3.0",
"@wordpress/prettier-config": "^1.1.1",
"@wordpress/scripts": "^21.0.0",
"@wordpress/stylelint-config": "^19.1.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"prettier": "^2.5.1"
},
"bugs": {
"url": "https://github.com/devMiguelCarrero/lms-matic-extender/issues"
},
"homepage": "https://github.com/devMiguelCarrero/lms-matic-extender#readme"
}