forked from elementor/elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.6 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
{
"name": "elementor",
"slug": "elementor",
"version": "3.1.4",
"prev_stable_version": "3.0.16",
"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"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/runtime-corejs2": "^7.0.0",
"@reach/router": "^1.3.3",
"autoprefixer": "~8.5.0",
"babel-eslint": "^8.2.6",
"babel-loader": "8.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"chalk": "^4.1.0",
"concurrently": "^4.0.1",
"cssnano": "^4.1.10",
"eslint": "^5.4.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-no-jquery": "^2.5.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
"extract-text-webpack-plugin": "^3.0.2",
"grunt": "^1.0.4",
"grunt-banner": "~0.6.0",
"grunt-bumpup": "~0.6.3",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.2",
"grunt-postcss": "~0.9.0",
"grunt-release": "~0.14.0",
"grunt-sass": "^2.1.0",
"grunt-shell": "~2.1.0",
"grunt-text-replace": "~0.4.0",
"grunt-webpack": "^4.0.2",
"grunt-wp-readme-to-markdown-with-extra": "~2.2.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-fail-fast-reporter": "^1.0.5",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-qunit": "^4.0.0",
"karma-remap-coverage": "^0.1.5",
"load-grunt-tasks": "^4.0.0",
"mini-css-extract-plugin": "^0.4.3",
"path": "^0.12.7",
"qunit": "^2.9.3",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.2.1"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@wordpress/babel-plugin-import-jsx-pragma": "^2.2.0",
"@wordpress/babel-preset-default": "^2.1.0",
"core-js": "^2.6.5",
"grunt-cli": "^1.3.2",
"prop-types": "^15.7.1",
"reach-router-hash-history": "0.0.3",
"sass-lint": "^1.13.1"
}
}