-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.39 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
{
"name": "ct-build-process",
"version": "5.4.14",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Creative-Themes/build-process.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Creative-Themes/build-process/issues"
},
"homepage": "https://github.com/Creative-Themes/build-process#readme",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.17.12",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.17.12",
"@prettier/plugin-php": "^0.19.2",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/webpack-env": "^1.17.0",
"@types/wordpress__a11y": "^2.9.0",
"@types/wordpress__block-editor": "^7.0.0",
"@types/wordpress__blocks": "^11.0.1",
"@types/wordpress__i18n": "^3.11.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"browser-sync": "^2.26.7",
"browser-sync-client": "2.26.6",
"caniuse-lite": "^1.0.30001352",
"compression-webpack-plugin": "^3.1.0",
"del": "^5.1.0",
"fancy-log": "^2.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"gettext-parser": "^4.0.3",
"gulp": "4.0.2",
"gulp-cached": "^1.1.1",
"gulp-debug": "^4.0.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-code": "^0.1.4",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.0.1",
"gulplog": "^1.0.0",
"lodash": "^4.17.15",
"node-polyfill-webpack-plugin": "^1.1.4",
"plugin-error": "^1.0.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"readable-stream": "^3.6.0",
"sass": "^1.52.3",
"stats-webpack-plugin": "^0.7.0",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^4.7.3",
"webpack": "^5.73.0"
}
}