-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 3.04 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
{
"name": "style-manager",
"description": "Style Manager is an auto-magical system to style your WordPress site.",
"private": false,
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/pixelgrade/style-manager.git"
},
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/pixelgrade/style-manager/issues"
},
"engines": {
"node": ">=14.15.3",
"npm": ">=6.14.9"
},
"scripts": {
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"dev": "cross-env webpack --mode=development --watch && gulp dev",
"compile:production": "cross-env NODE_ENV=production webpack --mode=production && gulp compile:styles",
"zip": "cross-env NODE_ENV=production webpack --mode=production && gulp compile:styles && composer run zip",
"preinstall": "cd ./node-tasks/ && npm install && node ./lock_node_version.js",
"webpack:analyzer": "webpack --profile --json > dist/js/stats.json && ./node_modules/.bin/webpack-bundle-analyzer dist/js/stats.json"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@wordpress/browserslist-config": "^4.1.2",
"babel-loader": "^8.2.3",
"babel-plugin-lodash": "^3.3.4",
"browserslist": "^4.20.2",
"chroma-js": "^2.1.2",
"classnames": "^2.3.1",
"command-exists": "^1.2.9",
"css-loader": "^6.5.1",
"del": "^6.0.0",
"es6-promise": "^4.2.8",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-beautify": "^3.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-exec": "^5.0.0",
"gulp-hub": "^4.2.0",
"gulp-load-plugins": "^2.0.7",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rsync": "0.0.9",
"gulp-rtlcss": "^1.4.2",
"gulp-sass": "^5.1.0",
"gulp-sass-unicode": "^1.0.5",
"gulp-terser": "^2.1.0",
"gulp-wp-pot": "^2.5.0",
"hsluv": "^0.1.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"map-stream": "0.0.7",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^2.4.6",
"path": "^0.12.7",
"react": "^17.0.2",
"request": "^2.88.2",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"svg-sprite-loader": "^6.0.11",
"terser": "^5.10.0",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"worker-loader": "^3.0.8"
},
"dependencies": {
"lodash-webpack-plugin": "^0.11.6",
"npm-check-updates": "^12.1.0",
"react-color": "^2.19.3",
"react-colorful": "^5.5.1",
"react-dom": "^17.0.2",
"use-debounce": "^7.0.1"
}
}