forked from sashainparis/ultimate-addons-for-gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.29 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "ultimate-addons-for-gutenberg",
"version": "1.14.7",
"description": "Ultimate Addons for Gutenberg",
"author": "Brainstorm Force",
"license": "ISC",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"package": "rm *.zip && wp dist-archive . ultimate-addons-for-gutenberg"
},
"repository": {
"type": "git",
"url": "git@git.brainstormforce.com:wp-sharks/ultimate-addons-for-gutenberg.git"
},
"dependencies": {
"@dr-kobros/react-webfont-loader": "^8.0.0",
"@fonticonpicker/react-fonticonpicker": "^1.2.0",
"@wordpress/api-fetch": "^2.2.8",
"autoprefixer": "^7.2.4",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"chalk": "^2.4.2",
"classnames": "^2.2.6",
"extract-text-webpack-plugin": "^3.0.2",
"filesize": "^3.5.11",
"grunt": "^1.0.4",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"gzip-size": "^4.1.0",
"jquery": "^3.4.0",
"node-sass": "^4.13.1",
"ora": "^1.3.0",
"postcss-loader": "^2.1.6",
"prop-types": "^15.7.2",
"querystringify": "^2.1.1",
"raw-loader": "^0.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-select": "^2.4.3",
"react-slick": "^0.23.2",
"react-transition-group": "^2.9.0",
"sass-loader": "^6.0.6",
"slick-carousel": "^1.8.1",
"striptags": "^3.1.1",
"update-notifier": "^2.3.0",
"webpack": "^3.1.0"
},
"babel": {
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 1 Android version",
"last 1 ChromeAndroid version",
"ie 11"
]
}
}
]
],
"plugins": [
[
"transform-object-rest-spread"
],
[
"transform-object-rest-spread",
{
"useBuiltIns": true
}
],
[
"transform-react-jsx",
{
"pragma": "wp.element.createElement"
}
],
[
"transform-runtime",
{
"helpers": false,
"polyfill": false,
"regenerator": true
}
]
]
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-wordpress": "^0.1.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"memize": "^1.0.5",
"react-masonry-component": "^6.2.1",
"react-masonry-css": "^1.0.12",
"react-memoize": "^1.0.1",
"webfontloader": "^1.6.28",
"webpack-config": "^7.5.0"
}
}