forked from elementor/elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 4.16 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
{
"name": "elementor",
"slug": "elementor",
"version": "3.8.1",
"last_beta_version": "3.8.0-beta6",
"last_cloud_version": "3.8.0-cloud9",
"last_dev_version": "3.9.0-dev2",
"prev_stable_version": "3.1.4",
"author": "Elementor Team",
"homepage": "https://elementor.com/",
"scripts": {
"test:php": "docker-compose run --rm wordpress_phpunit phpunit",
"test:php_multisite": "docker-compose run -e WP_MULTISITE=1 --rm wordpress_phpunit phpunit",
"test:qunit": "grunt qunit",
"test:playwright": "playwright test \"--config=tests/playwright/config/sanity.config.js\"",
"test:playwright:local": "playwright test \"--config=tests/playwright/config/local.config.js\"",
"test:playwright:debug": "npm run test:playwright -- --debug",
"test:elements-regression": "playwright test \"--config=tests/elements-regression/playwright.config.js\"",
"test:elements-regression:linux": "node ./tests/elements-regression/scripts/run-on-linux.js",
"dev:start": "npm install && composer install",
"test:jest": "jest --config='./tests/jest/jest.config.js'",
"scripts": "grunt scripts",
"scripts:watch": "grunt watch_scripts",
"styles": "grunt styles",
"styles:watch": "grunt watch_styles",
"lint:js": "eslint ."
},
"devDependencies": {
"@babel/core": "~7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-transform-modules-commonjs": "~7.18.6",
"@babel/plugin-transform-react-jsx": "~7.18.6",
"@babel/plugin-transform-runtime": "~7.18.6",
"@babel/preset-env": "~7.18.6",
"@babel/runtime-corejs3": "~7.18.6",
"@elementor/eslint-plugin-editor": "^0.4.0",
"@playwright/test": "1.21.1",
"@reach/router": "^1.3.3",
"@testing-library/dom": "^8.17.1",
"@wordpress/babel-plugin-import-jsx-pragma": "~3.2.0",
"@wordpress/babel-preset-default": "^3.0.2",
"@wordpress/eslint-plugin": "^12.6.0",
"autoprefixer": "~8.5.0",
"babel-jest": "^28.1.2",
"babel-loader": "8.2.5",
"chalk": "^4.1.0",
"cssnano": "4.1.11",
"dotenv": "^16.0.2",
"eslint": "^8.19.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-no-jquery": "^2.7.0",
"eslint-plugin-react": "^7.30.1",
"eslint-webpack-plugin": "^3.2.0",
"grunt": "^1.5.3",
"grunt-banner": "~0.6.0",
"grunt-bumpup": "~0.6.3",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-qunit": "^6.2.0",
"grunt-contrib-sass": "~2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "4.0.2",
"grunt-postcss": "~0.9.0",
"grunt-release": "0.14.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "~4.0.0",
"grunt-text-replace": "~0.4.0",
"grunt-webpack": "^5.0.0",
"grunt-wp-readme-to-markdown-with-extra": "~2.2.0",
"jest-environment-jsdom": "^28.1.3",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-fail-fast-reporter": "1.0.5",
"karma-fixture": "0.2.6",
"karma-html2js-preprocessor": "1.1.0",
"karma-qunit": "4.1.2",
"karma-remap-coverage": "0.1.5",
"load-grunt-tasks": "^5.1.0",
"mini-css-extract-plugin": "^2.6.1",
"path": "^0.12.7",
"prettier": "^2.7.1",
"qunit": "2.19.1",
"react-query": "^3.39.1",
"sass": "^1.53.0",
"styled-components": "^5.3.5",
"terser-webpack-plugin": "^5.3.3",
"webpack": "^5.73.0"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.3",
"@testing-library/jest-dom": "^5.16.4",
"acorn": "^8.7.1",
"core-js": "^3.24.1",
"grunt-cli": "^1.4.3",
"jest": "^28.1.2",
"mime": "^3.0.0",
"prop-types": "^15.8.1",
"reach-router-hash-history": "0.0.3",
"react-redux": "^7.2.6",
"write": "^2.0.0"
}
}