-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
155 lines (155 loc) · 4.82 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "vcwb",
"version": "1.0.0",
"description": "Visual Composer Website Builder",
"repository": {
"type": "git",
"url": "[email protected]:Visualcomposer/builder.git"
},
"license": "GPL-2.0+",
"author": "@visualcomposer",
"main": "index.php",
"scripts": {
"build": "webpack --version && webpack --config webpack.config.babel.js --progress",
"build-production": "webpack --version && webpack --config webpack.config.production.babel.js",
"build-production-silent": "webpack --version && webpack --config webpack.config.production.babel.js --silent",
"build-settings": "echo 'nothing';exit 0",
"build-settings-production": "echo 'nothing';exit 0",
"test": "BABEL_ENV=test BABEL_JEST_STAGE=0 jest --env=jsdom",
"watch": "webpack --version && webpack --config webpack.config.babel.js --progress --watch",
"watch-settings": "echo 'nothing';exit 0",
"lint": "eslint . --ext .ts,.tsx,.js"
},
"babel": {
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties"
],
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"browserslist": [
">1%",
"ios_saf 8",
"ie 10",
"ie 11"
],
"jest": {
"testEnvironment": "jsdom",
"moduleNameMapper": {
"^raw-loader\\!": "<rootDir>/tests/jest/__mocks__/fileMock.js",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|raw)$": "<rootDir>/tests/jest/__mocks__/fileMock.js",
"\\.(css|less)$": "identity-obj-proxy",
"^public(.*)$": "<rootDir>/public$1"
},
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/devElements/",
"__mocks__"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"testRegex": "(/tests/jest/.*)\\.(ts|tsx|jsx?)$",
"testEnvironmentOptions": {
"url": "http://localhost/"
},
"transform": {
"^.+\\.jsx?$": "./tests/jest/__mocks__/jest.transform.js",
".(ts|tsx)": [
"ts-jest"
]
},
"verbose": true,
"setupFilesAfterEnv": [
"./tests/jest/_jest-setup_.js"
],
"modulePathIgnorePatterns": [
"./tests/jest/_jest-setup_.js"
]
},
"resolutions": {
"@babel/runtime": "7.19.4",
"color-name": "1.1.4",
"core-js": "3.25.5",
"css-loader": "6.7.1",
"eslint": "8.25.0",
"less": "4.1.3",
"postcss": "8.4.16",
"raw-loader": "1.0.0",
"postcss-normalize-url": "git+https://github.com/pavelthq/postcss-normalize-url-7.0.2-normalize-url.git#master",
"normalize-url": "7.0.3",
"react-datepicker": "4.8.0",
"tinycolor2": "1.4.1",
"ts-jest": "29.0.3",
"jest": "29.2.0",
"babel-jest": "29.2.0",
"jest-environment-jsdom": "29.2.0",
"jest-cli": "29.2.0",
"vc-cake": "1.1.2",
"css-declaration-sorter": "6.3.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": {
"@reduxjs/toolkit": "1.8.6",
"@types/jest": "29.1.2",
"@types/lodash": "4.14.186",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
"babel-eslint": "10.1.0",
"babel-jest": "29.2.0",
"combokeys": "3.0.1",
"compression-webpack-plugin": "10.0.0",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "8.25.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.2",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"event-emitter": "0.3.5",
"form-serialize": "0.7.2",
"jest": "29.2.0",
"jest-cli": "29.2.0",
"jest-environment-jsdom": "29.2.0",
"mobile-detect": "1.4.5",
"node-object-hash": "2.3.10",
"react-addons-shallow-compare": "15.6.3",
"react-color": "2.19.3",
"react-custom-scrollbars": "4.2.1",
"react-datepicker": "4.8.0",
"react-redux": "8.0.4",
"react-slick": "0.29.0",
"react-sortable-hoc": "2.0.0",
"react-textarea-autosize": "8.3.4",
"reactcss": "1.2.3",
"redux": "4.2.0",
"ts-jest": "29.0.3",
"ts-loader": "9.4.1",
"typescript": "4.8.4",
"vc-webpack-vendors": "3.3.6",
"webfontloader": "1.6.28"
},
"devDependencies": {},
"engines": {
"node": ">=14",
"npm": ">=5.8"
},
"_analyzeDependencies": {
"duplicate-package-checker-webpack-plugin": "3.0.0",
"webpack-bundle-analyzer": "3.1.0"
}
}