|
|
@ -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", |
|
|
|