2 Commits

Author SHA1 Message Date
roman 20c5a68d81 1.0.12 2022-10-05 15:49:50 +03:00
roman 35afd615f8 Update package.json file. 2022-10-05 15:49:44 +03:00
2 changed files with 740 additions and 7346 deletions
+734 -7338
View File
File diff suppressed because it is too large Load Diff
+6 -8
View File
@@ -1,6 +1,6 @@
{ {
"name": "@axe-web/create-block", "name": "@axe-web/create-block",
"version": "1.0.11", "version": "1.0.12",
"author": { "author": {
"name": "AXE-WEB", "name": "AXE-WEB",
"email": "office@axe-web.com", "email": "office@axe-web.com",
@@ -9,10 +9,9 @@
"scripts": { "scripts": {
"start": "component-dev", "start": "component-dev",
"dev": "NODE_ENV=development node server.js", "dev": "NODE_ENV=development node server.js",
"generate-block": "yo ./generators/block/index.js",
"create-block": "node ./create-block.js pull", "create-block": "node ./create-block.js pull",
"build": "rollup --config rollup.config.js", "build": "rollup --config rollup.config.js",
"build-platform": "NODE_ENV=development yo ./build.cjs", "build-platform": "NODE_ENV=development node ./build.js",
"build-platform-cli": "component-build", "build-platform-cli": "component-build",
"dev-js": "rollup --config rollup.config.js --watch" "dev-js": "rollup --config rollup.config.js --watch"
}, },
@@ -42,10 +41,7 @@
"open": "^8.4.0", "open": "^8.4.0",
"sanitize-html": "^2.7.1", "sanitize-html": "^2.7.1",
"sass": "^1.50.1", "sass": "^1.50.1",
"unzipper": "^0.10.11", "unzipper": "^0.10.11"
"yeoman-environment": "^3.10.0",
"yeoman-generator": "^5.6.1",
"yo": "4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
@@ -59,7 +55,9 @@
"rollup": "^2.77.2", "rollup": "^2.77.2",
"rollup-plugin-copy": "^3.4.0", "rollup-plugin-copy": "^3.4.0",
"rollup-plugin-jsx": "^1.0.3", "rollup-plugin-jsx": "^1.0.3",
"styled-components": "^5.3.5" "styled-components": "^5.3.5",
"yeoman-environment": "^3.10.0",
"yeoman-generator": "^5.6.1"
}, },
"bin": { "bin": {
"create-block": "./create-block.js", "create-block": "./create-block.js",