-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
91 lines (91 loc) · 3.23 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
{
"name": "formgent",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "wp-scripts start --experimental-modules --webpack-src-dir=resources/blocks",
"start:hot": "wp-scripts start --hot",
"format": "wp-scripts format ./resources",
"minify": "wp-scripts build --experimental-modules --webpack-src-dir=resources/blocks",
"compress": "webpack --config dev-tools/webpack.compress.js",
"git-compress": "webpack --config dev-tools/webpack.compress.git.js",
"fixtextdomain": "grunt fixtextdomain --gruntfile dev-tools/Gruntfile.js",
"grunt-build": "grunt build --gruntfile dev-tools/Gruntfile.js",
"grunt-finish": "grunt screen:finish --gruntfile dev-tools/Gruntfile.js",
"build:unminify": "yarn start --no-watch && yarn fixtextdomain && composer make-unminified-pot && composer build && yarn compress && yarn grunt-finish",
"build": "yarn minify && yarn fixtextdomain && composer make-production-pot && composer build && yarn compress && yarn grunt-finish",
"prepare": "husky install"
},
"lint-staged": {
"*.{scss,js,tsx}": [
"yarn format",
"git add"
],
"*.php": [
"composer phpcs"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/formgent/formgent.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/formgent/formgent/issues"
},
"homepage": "https://github.com/formgent/formgent#readme",
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@react-pdf/renderer": "^4.0.0",
"@wordpress/block-editor": "^13.1.0",
"@wordpress/blocks": "^13.2.0",
"@wordpress/components": "^27.6.0",
"@wordpress/compose": "^7.2.0",
"@wordpress/edit-post": "^8.2.0",
"@wordpress/element": "^5.35.0",
"@wordpress/interactivity": "^6.2.0",
"@wordpress/plugins": "^6.26.0",
"@wpmvc/classic-editor": "^0.0.2",
"antd": "^5.17.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"immutability-helper": "^3.1.1",
"intl-tel-input": "^24.5.0",
"just-validate": "^4.3.0",
"lodash": "^4.17.21",
"nanoid": "^5.0.7",
"react-beautiful-dnd": "^13.1.1",
"react-csv": "^2.2.2",
"react-inlinesvg": "^4.1.3",
"react-querybuilder": "^7.7.1",
"react-router-dom": "^6.23.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"styled-components": "^6.1.11",
"tom-select": "^2.3.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@automattic/i18n-loader-webpack-plugin": "^2.0.53",
"@laravel-mix/webpack-build-output": "^0.1.0",
"@wordpress/scripts": "^27.9.0",
"filemanager-webpack-plugin": "^8.0.0",
"fs-extra": "^11.2.0",
"grunt": "^1.6.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-wp-i18n": "^1.0.3",
"husky": "^9.0.11",
"jsxgettext": "^0.11.0",
"lint-staged": "^15.2.2",
"load-grunt-tasks": "^5.1.0",
"md5-es": "^1.8.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}