Update package.json file.
This commit is contained in:
Generated
+732
-7336
File diff suppressed because it is too large
Load Diff
+5
-7
@@ -9,10 +9,9 @@
|
||||
"scripts": {
|
||||
"start": "component-dev",
|
||||
"dev": "NODE_ENV=development node server.js",
|
||||
"generate-block": "yo ./generators/block/index.js",
|
||||
"create-block": "node ./create-block.js pull",
|
||||
"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",
|
||||
"dev-js": "rollup --config rollup.config.js --watch"
|
||||
},
|
||||
@@ -42,10 +41,7 @@
|
||||
"open": "^8.4.0",
|
||||
"sanitize-html": "^2.7.1",
|
||||
"sass": "^1.50.1",
|
||||
"unzipper": "^0.10.11",
|
||||
"yeoman-environment": "^3.10.0",
|
||||
"yeoman-generator": "^5.6.1",
|
||||
"yo": "4.3.0"
|
||||
"unzipper": "^0.10.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
@@ -59,7 +55,9 @@
|
||||
"rollup": "^2.77.2",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
"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": {
|
||||
"create-block": "./create-block.js",
|
||||
|
||||
Reference in New Issue
Block a user