-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
141 lines (141 loc) · 5.1 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "vc-webpack-vendors",
"version": "3.3.6",
"description": "This package contains Visual Composer vendors for backward compatibility and element.bundle.js vendors extracting.",
"keywords": [
"webpack",
"vendor"
],
"homepage": "https://github.com/VisualComposer/vc-webpack-vendors#readme",
"bugs": {
"url": "https://github.com/VisualComposer/vc-webpack-vendors/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VisualComposer/vc-webpack-vendors.git"
},
"license": "GPL-3.0-or-later",
"author": "Pavel I",
"main": "index.js",
"scripts": {
"build-dev": "babel lib/src/webpack.src.config.babel.js > webpack.config.js",
"build-production": "babel lib/src/webpack.src.prod.config.babel.js > webpack.config.production.js",
"test": "webpack --version && webpack --config=./webpack.config.js --progress",
"test-aliases": "node test/test-aliases.babel.js",
"test-builder": "webpack --version && webpack --config=./test/webpack.config.babel.js --progress",
"test-builder-production": "webpack --version && webpack --config=./test/webpack.config.production.babel.js --progress",
"test-builder-slim": "webpack --version && webpack --config=./test/webpack-slim.config.babel.js --progress",
"test-production": "webpack --version && webpack --config=./webpack.config.production.js --progress"
},
"browserslist": [
"ie >= 11",
"last 2 version"
],
"resolutions": {
"color-name": "1.1.4",
"core-js": "3.19.0",
"css-loader": "6.5.0",
"eslint": "7.32.0",
"less": "4.1.2",
"postcss": "8.3.11",
"raw-loader": "1.0.0",
"color-blend": "git+https://github.com/wpbakery/color-blend.git#bc6cd57f764cb4478e5f652045f325282dbf3b39",
"postcss-functions": "git+https://github.com/wpbakery/postcss-functions.git#8aa5a44c1c07c522f704ceaa6794b74682e444f1",
"postcss-prefix-url": "git+https://github.com/wpbakery/postcss-prefix-url.git#6c97a12d67e0cd6ecc49801bebca81cd56db0011"
},
"dependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/register": "7.18.9",
"@babel/runtime": "7.19.4",
"@reduxjs/toolkit": "1.8.6",
"@types/lodash": "4.14.186",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "10.4.12",
"babel-eslint": "10.1.0",
"babel-jest": "29.2.0",
"babel-loader": "8.2.5",
"base-64": "1.0.0",
"buffer": "6.0.3",
"classnames": "2.3.2",
"color-blend": "git+https://github.com/wpbakery/color-blend.git#bc6cd57f764cb4478e5f652045f325282dbf3b39",
"color-name": "1.1.4",
"combokeys": "3.0.1",
"core-js": "3.25.5",
"create-react-class": "15.7.0",
"crypto-browserify": "3.12.0",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "4.2.2",
"cssnano": "5.1.13",
"cypress": "10.10.0",
"cypress-log-to-output": "1.1.2",
"eslint": "8.25.0",
"event-emitter": "0.3.5",
"exports-loader": "4.0.0",
"file-loader": "6.2.0",
"form-serialize": "0.7.2",
"fs-extra": "10.1.0",
"identity-obj-proxy": "3.0.0",
"jest-cli": "29.2.0",
"less": "4.1.3",
"less-loader": "11.1.0",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.6.1",
"mobile-detect": "1.4.5",
"node-object-hash": "2.3.10",
"optimize-css-assets-webpack-plugin": "6.0.1",
"os-browserify": "0.3.0",
"pako": "2.0.4",
"path-browserify": "1.0.1",
"postcss": "8.4.18",
"postcss-advanced-variables": "3.0.1",
"postcss-clean": "1.2.2",
"postcss-color-function": "4.1.0",
"postcss-conditionals": "2.1.0",
"postcss-custom-media": "8.0.2",
"postcss-custom-properties": "12.1.9",
"postcss-each": "1.1.0",
"postcss-functions": "git+https://github.com/wpbakery/postcss-functions.git#8aa5a44c1c07c522f704ceaa6794b74682e444f1",
"postcss-loader": "7.0.1",
"postcss-math": "0.0.10",
"postcss-nested": "6.0.0",
"postcss-prefix-url": "git+https://github.com/wpbakery/postcss-prefix-url.git#6c97a12d67e0cd6ecc49801bebca81cd56db0011",
"prop-types": "15.8.1",
"raw-loader": "1.0.0",
"react": "18.2.0",
"react-addons-shallow-compare": "15.6.3",
"react-color": "2.19.3",
"react-custom-scrollbars": "4.2.1",
"react-datepicker": "4.8.0",
"react-dom": "18.2.0",
"react-redux": "8.0.4",
"react-slick": "0.29.0",
"react-sortable-hoc": "2.0.0",
"react-test-renderer": "18.2.0",
"react-textarea-autosize": "8.3.4",
"reactcss": "1.2.3",
"stream-browserify": "3.0.0",
"striptags": "3.2.0",
"style-loader": "3.3.1",
"svg-url-loader": "8.0.0",
"terser-webpack-plugin": "5.3.6",
"ts-loader": "9.4.1",
"typescript": "4.8.4",
"url": "0.11.0",
"url-loader": "4.1.1",
"util": "0.12.5",
"vc-cake": "1.1.2",
"vc-helpers": "0.0.4",
"virtual-module-webpack-plugin": "0.4.1",
"webfontloader": "1.6.28",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-virtual-modules": "0.4.5"
},
"devDependencies": {}
}