@aomi/webapp-cli
Version:
a web app cli
110 lines (109 loc) • 3.47 kB
JSON
{
"name": "@aomi/webapp-cli",
"version": "1.2.0",
"description": "a web app cli",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:aomitech/webapp-cli.git"
},
"keywords": [
"React"
],
"author": "Sean",
"license": "ISC",
"bin": {
"webapp": "./webapp.js"
},
"files": [
"cmd",
"config",
"template",
"utils",
"webapp.js",
"package.json",
"README.md",
"yarn.lock"
],
"scripts": {
"build": "tsc",
"watch": "tsc && tsc -w",
"clean": "rm -rf config/*.js cmd/*.js utils/*.js *.js",
"prepublishOnly": "yarn build",
"release": "semantic-release --debug --ci=false"
},
"dependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@babel/plugin-proposal-do-expressions": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.17.12",
"@babel/plugin-proposal-export-namespace-from": "^7.17.12",
"@babel/plugin-proposal-function-bind": "^7.16.7",
"@babel/plugin-proposal-function-sent": "^7.18.2",
"@babel/plugin-proposal-json-strings": "^7.17.12",
"@babel/plugin-proposal-logical-assignment-operators": "^7.17.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.18.0",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-proposal-pipeline-operator": "^7.18.2",
"@babel/plugin-proposal-throw-expressions": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "7.17.12",
"@types/eslint-scope": "^3.7.3",
"@types/node": "^17.0.43",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"add-asset-html-webpack-plugin": "^5.0.2",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-preset-minify": "^0.5.2",
"commander": "^9.3.0",
"cross-spawn": "^7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.17.0",
"eslint-webpack-plugin": "^3.1.1",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "5.0.2",
"file-loader": "^6.2.0",
"fs-extra": "^10.1.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"markdown-loader": "^8.0.0",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^7.7.1",
"sass-loader": "^13.0.0",
"source-map-loader": "^4.0.0",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"thread-loader": "^3.0.4",
"typescript": "^4.7.3",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^19.0.3"
},
"publishConfig": {
"access": "public"
}
}