-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.97 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.97 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": "sureforms",
"version": "2.10.1",
"description": "A simple yet powerful way to add forms to your website.",
"main": "index.js",
"scripts": {
"start": "wp-scripts start",
"build": "export SASS_SILENCE_DEPRECATION=legacy-js-api:import:global-builtin && wp-scripts build && npm run build:sass && grunt minify",
"build:script": "wp-scripts build",
"build:sass": "node scripts/generate-assets-files.js",
"makepot": "wp i18n make-pot . --skip-audit --exclude='.dev,.github,.wordpress-org,docs,src,node_modules,tests,vendor,wordpress' languages/sureforms.pot",
"pretty": "prettier --check .",
"pretty:fix": "prettier --write .",
"lint-js": "wp-scripts lint-js",
"lint-js:fix": "npm run pretty:fix && npm run lint-js -- --fix",
"lint-css": "wp-scripts lint-style --allow-empty-input",
"lint-css:fix": "npm run lint-css -- --fix",
"lint-pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"plugin-zip": "wp-scripts plugin-zip",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"env": "wp-env",
"env:clean": "wp-env clean all",
"play:start": "wp-env start",
"play:stop": "wp-env stop",
"play:up:gh": "npm run play:start -- --update && wp-env run cli bash /var/www/html/wp-content/plugins/sureforms/tests/docker/initial-setup.sh",
"play:up": "npm run play:start -- --update && wp-env run cli bash /var/www/html/wp-content/plugins/sureforms/tests/docker/initial-setup.sh",
"play:install": "npm i -D @playwright/test",
"play:run:interactive": "npx playwright test --headed",
"play:run": "npx playwright test",
"i18n:po": "wp i18n update-po languages/sureforms.pot",
"i18n:mo": "wp i18n make-mo languages",
"i18n:json": "wp i18n make-json languages --no-purge",
"i18n:gptpo:nl": "gpt-po translate --po languages/sureforms-nl_NL.po --lang nl --verbose",
"i18n:gptpo:fr": "gpt-po translate --po languages/sureforms-fr_FR.po --lang fr --verbose",
"i18n:gptpo:de": "gpt-po translate --po languages/sureforms-de_DE.po --lang de --verbose",
"i18n:gptpo:es": "gpt-po translate --po languages/sureforms-es_ES.po --lang es --verbose",
"i18n:gptpo:it": "gpt-po translate --po languages/sureforms-it_IT.po --lang it --verbose",
"i18n:gptpo:pt": "gpt-po translate --po languages/sureforms-pt_PT.po --lang pt --verbose",
"i18n:gptpo:pl": "gpt-po translate --po languages/sureforms-pl_PL.po --lang pl --verbose"
},
"repository": "git+https://github.com/brainstormforce/sureforms.git",
"author": "Brainstorm Force",
"license": "GPL",
"bugs": {
"url": "https://github.com/brainstormforce/sureforms/issues"
},
"homepage": "https://github.com/brainstormforce/sureforms#readme",
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@emotion/core": "^11.0.0",
"@playwright/test": "^1.48.2",
"@tailwindcss/forms": "^0.5.3",
"@wordpress/e2e-test-utils": "^11.11.0",
"@wordpress/e2e-test-utils-playwright": "^1.11.0",
"@wordpress/env": "^10.11.0",
"@wordpress/scripts": "^26.2.0",
"copy-webpack-plugin": "^11.0.0",
"grunt": "^1.4.1",
"grunt-bumpup": "^0.6.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-readme-to-markdown": "^2.1.0",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"tailwindcss": "^3.4.17",
"webpack": "^5.89.0",
"wp-prettier": "^2.6.2"
},
"private": true,
"dependencies": {
"@bsf/force-ui": "git+https://github.com/brainstormforce/bsf-admin-ui#v1.7.7",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lodder/grunt-postcss": "^3.1.1",
"@tanstack/react-query": "^5.90.5",
"@tomickigrzegorz/react-circular-progress-bar": "^1.1.2",
"@wordpress/api-fetch": "^6.42.0",
"@wordpress/icons": "^9.18.0",
"autoprefixer": "^10.4.16",
"classnames": "^2.3.2",
"clsx": "^2.1.1",
"cssnano": "^6.0.1",
"date-fns": "^4.1.0",
"dompurify": "^3.3.3",
"gpt-po": "1.1.1",
"html-react-parser": "^5.0.7",
"intl-tel-input": "^25.14.0",
"lucide-react": "^0.475.0",
"postcss": "^8.5.1",
"prop-types": "^15.8.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.4.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.11.0",
"react-select": "^5.7.2",
"react-virtualized": "^9.22.5",
"tailwind-merge": "^3.3.1",
"use-debounce": "^10.0.0"
},
"volta": {
"node": "20.20.1"
}
}