Skip to content

Commit

Permalink
added missed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthan95 committed Dec 16, 2021
1 parent 132f37c commit 941942b
Show file tree
Hide file tree
Showing 2 changed files with 6,284 additions and 0 deletions.
62 changes: 62 additions & 0 deletions gate-verify/custom-stage-deck/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "custome-stage-deck",
"version": "1.0.0",
"private": true,
"module": "build/dist/index.js",
"scripts": {
"clean": "npx shx rm -rf build",
"build": "npm run clean && NODE_ENV=production rollup -c",
"watch": "rollup -c -w --no-watch.clearScreen",
"postinstall": "check-plugin && check-peer-dependencies || true",
"proxy": "dev-proxy",
"lint": "eslint --ext js,jsx,ts,tsx src",
"develop": "npm run clean && run-p watch proxy",
"prettier": "prettier --write 'src/**/*.{js,jsx,ts,tsx,html,css,less,json}'",
"prepare": "husky-install"
},
"dependencies": {
"@spinnaker/core": "0.0.574",
"@spinnaker/pluginsdk": "0.0.32",
"@spinnaker/pluginsdk-peerdeps": "0.0.16",
"@spinnaker/presentation": "0.0.5",
"@uirouter/core": "6.0.4",
"@uirouter/react": "1.0.2",
"bufferutil": "4.0.2",
"lodash": "4.17.20",
"lodash-es": "4.17.15",
"pretty-quick": "3.1.0",
"prop-types": "15.6.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"rxjs": "6.6.7",
"utf-8-validate": "5.0.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.1",
"@rollup/plugin-replace": "2.4.2",
"@rollup/plugin-typescript": "8.2.1",
"@rollup/plugin-url": "6.0.0",
"@spinnaker/eslint-plugin": "1.0.13",
"@types/react": "16.8.25",
"@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/parser": "4.4.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-react-hooks": "4.1.2",
"npm-run-all": "4.1.5",
"prettier": "2.1.2",
"rollup": "2.45.2",
"rollup-plugin-external-globals": "0.6.1",
"rollup-plugin-less": "1.1.3",
"rollup-plugin-postcss": "3.1.8",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "5.4.1",
"shx": "0.3.3",
"typescript": "4.0.5"
},
"files": [
"build/dist"
]
}
Loading

0 comments on commit 941942b

Please sign in to comment.