-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.37 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.37 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "directorist-business-directory-plugin",
"version": "8.4.6",
"description": "A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.",
"main": "index.js",
"scripts": {
"start-legacy": "webpack --watch --config webpack.legacy.dev.js",
"start-default": "wp-scripts start",
"start:blocks": "wp-scripts start --config blocks/webpack.config.js --webpack-src-dir=blocks/src --output-path=blocks/build",
"start:blocks-common": "wp-scripts start --config blocks/webpack.config.js --webpack-src-dir=blocks/common --output-path=blocks/assets",
"start": "concurrently -n legacy,default \"npm run start-legacy\" \"npm run start-default\"",
"pot": "node pot.js",
"build-default": "wp-scripts build",
"build-legacy": "webpack --config webpack.legacy.prod.js",
"build:blocks": "wp-scripts build --config blocks/webpack.config.js --webpack-src-dir=blocks/src --output-path=blocks/build",
"build:blocks-common": "wp-scripts build --config blocks/webpack.config.js --webpack-src-dir=blocks/common --output-path=blocks/assets",
"build": "npm run pot && npm run build:blocks && npm run build:blocks-common && npm run build-default && npm run build-legacy",
"format": "wp-scripts format ./assets/src",
"prepare": "husky install"
},
"lint-staged": {
"*.{css,scss,js}": [
"yarn format",
"git add"
],
"*.php": [
"composer format"
]
},
"repository": {
"type": "git",
"url": "https://github.com/sovware/directorist"
},
"author": "wpWax",
"license": "GPL-2.0+",
"homepage": "https://github.com/sovware/directorist",
"dependencies": {
"@automattic/webpack-rtl-plugin": "^6.0.0",
"@babel/runtime": "^7.29.2",
"@shamim-ahmed/components": "^0.0.31",
"@shamim-ahmed/dashboard": "^0.0.19",
"@shamim-ahmed/data": "^0.0.17",
"@shamim-ahmed/fields": "^0.0.41",
"@wordpress/compose": "^7.43.0",
"@wordpress/data": "^10.43.0",
"@wordpress/icons": "^10.32.0",
"@wordpress/server-side-render": "^5.23.0",
"@wordpress/url": "^4.43.0",
"@wordpress/api-fetch": "7.47.0",
"@wordpress/components": "30.9.0",
"@wordpress/dataviews": "7.0.0",
"@wordpress/dom-ready": "4.47.0",
"@wordpress/element": "6.46.0",
"@wordpress/hooks": "4.47.0",
"@wordpress/i18n": "6.20.0",
"axios": "^0.21.4",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"dom-scroll-into-view": "^2.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"lodash": "^4.18.1",
"moment": "^2.30.1",
"prettier": "^3.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "^2.6.0",
"react-inlinesvg": "^4.3.0",
"styled-components": "^6.3.12",
"vue": "^2.7.16",
"vue-dndrop": "^1.3.4",
"vue-multiselect": "^2.1.9",
"vue-native-color-picker": "^1.2.0",
"vue-slide-up-down": "^2.0.1",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"webpack-rtl-plugin": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@playwright/test": "^1.50.0",
"@wordpress/babel-preset-default": "^5.2.2",
"@wordpress/env": "^10.39.0",
"@wordpress/scripts": "^30.27.0",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.4.1",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^9.2.1",
"css-loader": "^3.6.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^2.10.2",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.5",
"sass": "^1.99.0",
"sass-loader": "^16.0.7",
"style-loader": "^1.3.0",
"typescript": "^3.9.10",
"vue-loader": "^15.11.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^5.10.0",
"webpackbar": "^7.0.0",
"wp-pot": "^1.10.2"
},
"resolutions": {
"@wordpress/compose": "7.46.0",
"@wordpress/data": "10.46.0",
"@wordpress/element": "6.46.0",
"@wordpress/primitives": "4.46.0",
"@wordpress/rich-text": "7.46.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"engines": {
"node": "24.17.0",
"npm": "11.6.2"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}