44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "kadence",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "inc/customizer/react/src/index.js",
|
|
"dependencies": {
|
|
"@fonticonpicker/react-fonticonpicker": "^1.2.0",
|
|
"@wordpress/icons": "^9.7.0",
|
|
"classnames": "^2.2.6",
|
|
"colord": "^2.9.3",
|
|
"dompurify": "^2.3.4",
|
|
"gradient-parser": "^0.1.5",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-color": "^2.18.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-select": "^3.1.0",
|
|
"react-sortablejs": "^2.0.9",
|
|
"reactcss": "^1.2.3",
|
|
"webfontloader": "^1.6.28"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.10.2",
|
|
"@wordpress/scripts": "^23.3.0",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"del": "^6.0.0",
|
|
"gulp": "^5.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-babel-minify": "^0.5.2",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-minify": "^3.1.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"install": "^0.13.0"
|
|
},
|
|
"scripts": {
|
|
"start-gulp": "gulp watch",
|
|
"build-gulp": "gulp build",
|
|
"start-wp": "wp-scripts start",
|
|
"build-wp": "wp-scripts build"
|
|
}
|
|
}
|