@viewdo/dxp-story-cli
Version:
DXP Story Management CLI
60 lines (59 loc) • 1.39 kB
JSON
{
"name": "sample-repo",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"test": "mocha",
"storyctl": "storyctl",
"link:cli": "npm link @viewdo/dxp-story-cli",
"build": "storyctl build -a",
"pretest": "storyctl build -a",
"check": "storyctl check -a",
"prevalidate": "storyctl check -a",
"validate": "storyctl validate -a",
"prepush": "storyctl build -a",
"push": "storyctl push -a",
"preview": "storyctl preview"
},
"engines": {
"npm": ">2.0.0",
"node": ">=8.9.0"
},
"keywords": [
"dxp",
"cli",
"scaffolding",
"build",
"experience",
"story",
"development"
],
"readme": "README.md",
"author": "view.DO",
"license": "ISC",
"devDependencies": {
"@nent/core": "^0.10.8",
"autoprefixer": "^10.4.13",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"ejs": "^2.7.1",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-injector": "^1.1.2",
"html-webpack-plugin": "5.5",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^8.0.1",
"sass": "^1.58",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.7",
"webpack": "5.66",
"webpack-cli": "^4.9",
"webpack-dev-server": "^4.7.3",
"yamljs": "^0.3.0"
}
}