-
-
Notifications
You must be signed in to change notification settings - Fork 271
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.77 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.77 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
132
{
"name": "pods",
"version": "3.3.7",
"description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.",
"author": "Pods Foundation, Inc",
"homepage": "https://pods.io/",
"bugs": "https://github.com/pods-framework/pods/issues",
"repository": {
"type": "git",
"url": "git://github.com/pods-framework/pods.git"
},
"support": "https://support.pods.io/",
"funding": {
"type": "individual",
"url": "https://friends.pods.io/"
},
"license": "GPL-2.0+",
"contributors": "https://github.com/pods-framework/pods/graphs/contributors",
"scripts": {
"build-dev": "npm run webpack-dev && npm run scss",
"build-production": "npm run webpack-production && npm run scss",
"format-js": "./node_modules/.bin/eslint --fix ./ui/js",
"jest": "wp-scripts test-unit-js --config jest.config.js --maxWorkers=50%",
"jest:debug": "wp-scripts test-unit-js --config jest.config.js --maxWorkers=50% --debug",
"jest:watch": "wp-scripts test-unit-js --config jest.config.js --watch --maxWorkers=25%",
"lint-js": "./node_modules/.bin/eslint ./ui/js",
"rebuild": "rm -rf node_modules && composer update && npm install && npm run build",
"scss": "sass --no-source-map --style=compressed ui/styles/src:ui/styles/dist",
"scss:watch": "sass --no-source-map --style=compressed --update --watch ui/styles/src ui/styles/dist",
"webpack-dev": "webpack --config webpack.dev.js --progress",
"webpack-dev:watch": "webpack --config webpack.dev.js --progress -w",
"webpack-production": "webpack --config webpack.prod.js --progress"
},
"engines": {
"node": ">=16.16.0",
"npm": ">=8.1.2"
},
"engineStrict": true,
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-external-helpers": "^7.17.12",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.8",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/plugin-transform-strict-mode": "^7.16.7",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/register": "^7.17.7",
"@testing-library/react": "^16.3.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@testing-library/dom": "^10.4.0",
"@wordpress/api-fetch": "^7.12.0",
"@wordpress/block-editor": "^13.0.5",
"@wordpress/commands": "^1.0.3",
"@wordpress/components": "^28.0.3",
"@wordpress/data": "^10.0.2",
"@wordpress/date": "^5.0.1",
"@wordpress/dependency-extraction-webpack-plugin": "^6.0.2",
"@wordpress/editor": "^14.0.6",
"@wordpress/eslint-plugin": "^19.0.1",
"@wordpress/jest-preset-default": "^12.0.1",
"@wordpress/scripts": "^31.5.0",
"@wordpress/server-side-render": "^5.0.3",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-html-import-to-string": "^2.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"backbone": "^1.6.0",
"backbone.marionette": "^4.1.3",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"deep-freeze": "0.0.1",
"eslint": "^8.14.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-react": "^7.34.4",
"glob": "^12.0.0",
"jest": "^29.7.0",
"jquery": "^3.6.0",
"lodash": "^4.17.23",
"mocha": "^11.7.5",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"replace": "^1.2.2",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"sprintf-js": "^1.1.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"underscore": "^1.8.3",
"webpack": "^5.105.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@babel/runtime": "^7.26.10",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/state": "^6.4.1",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@reduxjs/toolkit": "^1.8.1",
"@tippyjs/react": "^4.2.6",
"codemirror": "^6.0.1",
"faker": "^5.5.3",
"html-react-parser": "^1.4.12",
"immutability-helper": "^3.1.1",
"moment": "^2.29.4",
"quill": "^2.0.2",
"react-datetime": "^3.1.1",
"react-quill": "^2.0.0-beta.4",
"react-select": "^5.4.0",
"sanitize-html": "^2.12.1",
"uuid": "^8.3.2",
"wporg-replace-helper": "^1.0.0"
},
"overrides": {
"enzyme": {
"cheerio": "0.22.0"
}
}
}