forked from weDevsOfficial/wedocs-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2 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
{
"name": "weDocs",
"version": "2.1.9",
"description": "A documentation plugin for WordPress",
"author": "Tareq Hasan",
"license": "GPL",
"private": true,
"main": "src/index.js",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"make-pot:local": "wp i18n make-pot . languages/wedocs.pot",
"zip:create": "node bin/zip",
"version:replace": "node bin/version-replace",
"release": "npm run version:replace && npm run build && npm run make-pot:local && npm run zip:create"
},
"devDependencies": {
"@wordpress/components": "^28.10.0",
"@wordpress/icons": "^10.10.0",
"@wordpress/block-editor": "^14.5.0",
"@wordpress/scripts": "^25.0.0",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.13",
"css-loader": "^6.7.3",
"postcss": "^8.4.21",
"replace-in-file": "^6.3.5",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.14",
"@tailwindcss/forms": "^0.5.3",
"@wordpress/api-fetch": "^6.21.0",
"@wordpress/core-data": "^6.0.0",
"@wordpress/data": "^8.3.0",
"@wordpress/element": "^5.0.0",
"@wordpress/i18n": "^4.23.0",
"daisyui": "^2.49.0",
"he": "^1.2.0",
"less-loader": "^11.1.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.6.2",
"sweetalert2": "^11.7.1"
}
}