forked from pods-framework/pods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 4.61 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
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
{
"name": "pods",
"version": "3.2.1.1",
"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.13.2",
"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-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/plugin-transform-strict-mode": "^7.16.7",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/register": "^7.17.7",
"@testing-library/react-hooks": "^8.0.1",
"@wordpress/api-fetch": "6.4.0",
"@wordpress/block-editor": "8.6.0",
"@wordpress/commands": "^0.7.0",
"@wordpress/components": "19.9.0",
"@wordpress/data": "6.7.0",
"@wordpress/date": "4.7.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.5.0",
"@wordpress/editor": "12.6.0",
"@wordpress/eslint-plugin": "^13.0.0",
"@wordpress/jest-preset-default": "^9.0.0",
"@wordpress/scripts": "^26.18.0",
"@wordpress/server-side-render": "3.5.0",
"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.3.3",
"backbone.marionette": "^3.5.1",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"deep-freeze": "0.0.1",
"enzyme-matchers": "^7.1.2",
"eslint": "^8.14.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jsdoc": "^39.2.7",
"eslint-plugin-react": "^7.29.4",
"glob": "^8.0.1",
"jest": "^28.1.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"mocha": "^9.2.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"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.76.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@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",
"react-datetime": "^3.1.1",
"react-quill": "^2.0.0-beta.4",
"react-select": "^5.4.0",
"sanitize-html": "^2.7.0",
"uuid": "^8.3.2",
"wporg-replace-helper": "^1.0.0"
}
}