forked from pods-framework/pods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 4.33 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
{
"name": "pods",
"version": "2.8.8",
"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": "jest --config jest.config.json --maxWorkers=50%",
"jest:watch": "jest --config jest.config.json --watch --maxWorkers=25%",
"lint-js": "./node_modules/.bin/eslint ./ui/js",
"rebuild": "rm -rf node_modules && composer update && npm install && npm run build",
"scss": "node-sass --output-style compressed ui/styles/src -o ui/styles/dist",
"scss:watch": "node-sass --output-style compressed -w ui/styles/src -o ui/styles/dist",
"version_number": "grunt version_number",
"webpack-dev": "webpack --config webpack.dev.js --progress",
"webpack-dev:watch": "webpack --config webpack.dev.js --progress -w",
"webpack-production": "webpack -p --config webpack.prod.js --progress"
},
"engines": {
"node": ">=12.6.0",
"npm": ">=6.9.0"
},
"engineStrict": true,
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/plugin-transform-strict-mode": "^7.12.13",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.14",
"@wordpress/api-fetch": "3.18.0",
"@wordpress/block-editor": "4.2.0",
"@wordpress/components": "9.9.0",
"@wordpress/data": "4.21.0",
"@wordpress/date": "3.10.0",
"@wordpress/dependency-extraction-webpack-plugin": "2.8.0",
"@wordpress/editor": "9.19.0",
"@wordpress/eslint-plugin": "7.1.0",
"@wordpress/jest-preset-default": "6.6.0",
"@wordpress/scripts": "12.6.1",
"@wordpress/server-side-render": "1.15.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"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": "^2.1.1",
"deep-freeze": "0.0.1",
"enzyme-matchers": "^7.1.2",
"eslint": "^7.24.0",
"eslint-plugin-react": "^7.23.2",
"glob": "^7.1.6",
"grunt": "^1.3.0",
"grunt-cli": "^1.4.2",
"grunt-exec": "^3.0.0",
"grunt-text-replace": "^0.4.0",
"install": "^0.10.2",
"jest": "^25.0.0",
"jquery": "^3.6.0",
"jsdom": "^16.5.3",
"jsdom-global": "3.0.2",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.17.21",
"mocha": "^6.1.3",
"node-sass": "^4.14.1",
"npm": "^6.14.12",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rememo": "^3.0.0",
"sass-loader": "^7.1.0",
"sprintf-js": "^1.1.2",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.5",
"underscore": "~1.12.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@dnd-kit/core": "^3.1.1",
"@dnd-kit/modifiers": "^3.0.0",
"@dnd-kit/sortable": "^4.0.0",
"@dnd-kit/utilities": "2.0.0",
"@reduxjs/toolkit": "^1.5.1",
"@tippyjs/react": "^4.2.5",
"codemirror": "^5.60.0",
"faker": "^4.1.0",
"html-react-parser": "^0.13.0",
"immutability-helper": "^3.1.1",
"memoize-one": "^5.1.1",
"moment": "^2.29.1",
"react-codemirror2": "^7.2.1",
"react-datetime": "^3.1.1",
"react-quill": "^2.0.0-beta.4",
"react-select": "^4.3.1",
"sanitize-html": "^1.27.1",
"uuid": "^8.3.2"
}
}