-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·124 lines (124 loc) · 3.96 KB
/
package.json
File metadata and controls
executable file
·124 lines (124 loc) · 3.96 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
{
"name": "quickbuilder",
"version": "1.0.0",
"author": "priyomukul",
"main": "dist/index.js",
"module": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/priyomukul/wp-react-form.git"
},
"files": [
"dist/**",
"package.json"
],
"scripts": {
"predev": "rimraf dist/dev",
"start": "npm run predev && rollup -c -w --environment NODE_ENV:development",
"dev": "npm run predev && rollup -c --environment NODE_ENV:development",
"prepkg": "rimraf dist/src",
"pkg": "npm run prepkg && rollup -c --environment NODE_ENV:production",
"build": "npm run dev && npm run pkg",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/runtime": "^7.13.17",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/classnames": "^2.3.1",
"@types/draftjs-to-html": "^0.8.4",
"@types/html-to-draftjs": "^1.4.3",
"@types/lodash": "^4.14.201",
"@types/lodash-es": "^4.17.11",
"@types/react": "^17.0.70",
"@types/react-dom": "^17.0.23",
"@types/react-select": "^4.0.17",
"@types/sortablejs": "^1.15.5",
"@types/wordpress__block-editor": "7.0.0",
"@types/wordpress__blocks": "11.0.9",
"@types/wordpress__components": "^19.10.5",
"@types/wordpress__media-utils": "^3.0.0",
"@types/wordpress__notices": "^3.27.5",
"@types/wordpress__rich-text": "6.0.0",
"@wordpress/babel-preset-default": "7.6.0",
"@wordpress/eslint-plugin": "13.6.0",
"@wordpress/scripts": "^24.6.0",
"node-sass": "^8.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"rollup-plugin-ignore-import": "^1.3.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-uglify": "^6.0.4",
"ts-loader": "^8.2.0",
"typescript": "^4.2.3"
},
"dependencies": {
"@wordpress/api-fetch": "^6.43.0",
"@wordpress/components": "^22.1.0",
"@wordpress/core-data": "5.5.0",
"@wordpress/data": "^7.6.0",
"@wordpress/date": "^4.46.0",
"@wordpress/element": "^4.20.0",
"@wordpress/i18n": "^4.46.0",
"@wordpress/icons": "9.13.0",
"@wordpress/media-utils": "4.13.0",
"@wordpress/primitives": "3.20.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-react-parser": "^3.0.4",
"html-to-draftjs": "^1.5.0",
"immutable": "^4.1.0",
"intersect": "^1.0.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-bootstrap-sweetalert": "^5.2.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-select": "^4.3.1",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.0",
"sweetalert2": "11.4.8"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@wordpress/api-fetch": "^6.19.0",
"@wordpress/components": "^22.1.0",
"@wordpress/data": "^7.6.0",
"@wordpress/date": "^4.22.0",
"@wordpress/i18n": "^4.22.0",
"@wordpress/media-utils": "^4.13.0",
"@wordpress/scripts": "^24.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-react-parser": "^3.0.4",
"html-to-draftjs": "^1.5.0",
"immutable": "^4.1.0",
"intersect": "^1.0.1",
"lodash-es": "^4.17.21",
"react-bootstrap-sweetalert": "^5.2.0",
"react-draft-wysiwyg": "^1.14.7",
"react-select": "^4.3.1",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.0",
"sweetalert2": "11.4.8"
},
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties"
]
}