forked from getdokan/dokan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 4.11 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 4.11 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "dokan",
"version": "4.3.1",
"description": "A WordPress marketplace plugin",
"author": "Dokan Inc.",
"license": "GPL",
"private": true,
"scripts": {
"start": "wp-scripts start --progress",
"start:hot": "wp-scripts start --progress --hot",
"build": "wp-scripts build --progress --webpack-copy-php",
"packages-update": "wp-scripts packages-update",
"version": "node bin/version-replace",
"makepot": "wp i18n make-pot --domain='dokan-lite' --include='assets/js,includes,lib,templates,dokan.php,dokan-class.php' . --headers='{\"Report-Msgid-Bugs-To\":\"https://dokan.co/contact/\"}' --file-comment=\"Copyright (c) $(date +'%Y') Dokan Inc. All Rights Reserved.\" languages/dokan-lite.pot",
"clean-files": "node bin/clean-useless-files",
"zip": "node bin/zip",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"release": "npm install && npm run build && npm run clean-files && npm run makepot && npm run version && npm run zip",
"release:dev": "npm install && npm run build && npm run clean-files && npm run makepot && npm run zip",
"wp-env": "wp-env",
"env:start": "wp-env start",
"env:start:coverage": "wp-env start -- --xdebug=profile,trace,debug",
"env:stop": "wp-env stop",
"phpunit": "wp-env run cli --env-cwd=wp-content/plugins/dokan vendor/bin/phpunit -c phpunit.xml",
"phpunit:coverage": "npm run phpunit -- --coverage-text",
"test:phpunit": "wp-env start && npm run phpunit && wp-env stop"
},
"devDependencies": {
"@automattic/color-studio": "^2.5.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@wordpress/dependency-extraction-webpack-plugin": "^6.32.0",
"@wordpress/scripts": "^30.25.0",
"@wordpress/env": "^10.26.0",
"chartjs-adapter-moment": "^1.0.1",
"debounce": "^1.2.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"fs-extra": "^10.1.0",
"jed": "^1.1.1",
"less": "^4.1.3",
"less-loader": "^6.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"papaparse": "^5.4.1",
"replace-in-file": "^6.3.5",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^4.0.0",
"tailwindcss": "^3.3.3",
"tailwindcss-scoped-preflight": "^3.4.5",
"vue": "^2.7.14",
"vue-chartjs": "^3.5.1",
"vue-color": "^2.8.1",
"vue-content-loading": "^1.6.0",
"vue-loader": "15.10.2",
"vue-multiselect": "^2.1.7",
"vue-notification": "^1.3.20",
"vue-router": "^3.6.5",
"vue-slick": "^1.2.0",
"vue-template-compiler": "^2.7.14",
"vue-wp-list-table": "^1.3.0",
"vue2-daterange-picker": "^0.6.8",
"vuedraggable": "^2.24.3",
"wp-readme-to-markdown": "^1.0.1"
},
"dependencies": {
"@automattic/components": "^2.1.1",
"@automattic/explat-client": "^0.1.0",
"@automattic/explat-client-react-helpers": "^0.1.1",
"@automattic/interpolate-components": "^1.2.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@getdokan/dokan-ui": "github:getdokan/dokan-ui#dokan-plugin",
"@headlessui/react": "^2.2.0",
"@woocommerce/date": "^4.3.0",
"@wordpress/api-fetch": "^7.32.0",
"@wordpress/base-styles": "^6.8.0",
"@wordpress/browserslist-config": "^6.32.0",
"@wordpress/components": "^30.5.0",
"@wordpress/compose": "^7.32.0",
"@wordpress/core-data": "^7.32.0",
"@wordpress/data": "^10.32.0",
"@wordpress/dataviews": "^10.2.0",
"@wordpress/date": "^5.32.0",
"@wordpress/dom-ready": "^4.32.0",
"@wordpress/element": "^6.32.0",
"@wordpress/hooks": "^4.32.0",
"@wordpress/html-entities": "^4.32.0",
"@wordpress/i18n": "^6.5.0",
"@wordpress/plugins": "^7.32.0",
"@wordpress/url": "^4.32.0",
"d3": "^7.9.0",
"dompurify": "^3.2.6",
"lucide-react": "^0.546.0",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"qrcode.react": "^4.0.1",
"quill": "^2.0.3",
"react-router-dom": "^6.27.0",
"slugify": "^1.6.6",
"tailwind-merge": "^2.5.5",
"usehooks-ts": "^3.1.0"
}
}