forked from elementor/elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.43 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
{
"name": "elementor",
"slug": "elementor",
"version": "2.3.4",
"prev_stable_version": "2.2.7",
"author": "Elementor Team",
"homepage": "https://elementor.com/",
"scripts": {
"test:phpunit": "docker-compose run --rm wordpress_phpunit phpunit"
},
"devDependencies": {
"autoprefixer": "~8.5.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"concurrently": "^4.0.1",
"cssnano": "~3.10.0",
"eslint": "^5.4.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"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.2",
"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": "^2.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-watch": "^1.1.0",
"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": "^3.1.2",
"grunt-wp-readme-to-markdown-with-extra": "~2.2.0",
"load-grunt-tasks": "^4.0.0",
"path": "^0.12.7",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.16.5"
}
}