This commit is contained in:
erwanlr
2020-05-02 12:44:05 +02:00
parent e49a682f00
commit be6fcb51b6
12 changed files with 1695 additions and 2 deletions

View File

@@ -0,0 +1,41 @@
{
"name": "agu-apijoin",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"author": "Miguras",
"license": "ISC",
"dependencies": {
"@wordpress/scripts": "^7.1.0",
"css-loader": "^3.4.2",
"html-react-parser": "^0.10.3",
"image-webpack-loader": "^6.0.0",
"react-responsive-carousel": "^3.1.51",
"react-slick": "^0.25.2",
"react-smart-slider": "^0.1.2",
"slick-carousel": "^1.8.1",
"style-loader": "^1.1.3",
"styled-jsx-plugin-stylelint": "^0.1.0",
"webpack": "^4.41.6"
},
"devDependencies": {
"file-loader": "^5.1.0",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.1"
}
}