This commit is contained in:
erwanlr
2019-12-14 12:14:37 +00:00
parent 80b7f458f5
commit 6b2333614a
9 changed files with 1314 additions and 3 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "elfsight-embed-wp-block",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "webpack --mode=development --watch",
"production": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/elfsight/embed-wp-block.git"
},
"author": "Elfsight <info@elfsight.com>",
"license": "GPL",
"homepage": "",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"babel-loader": "^8.0.6",
"css-loader": "^0.28.9",
"style-loader": "^0.19.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.1",
"svg-url-loader": "^3.0.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"@elfsight/embed-sdk": "^0.1.9"
}
}