forked from spinnaker/deck-kayenta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 5.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "@spinnaker/kayenta",
"version": "2.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/spinnaker/deck-kayenta.git"
},
"module": "build/dist/index.js",
"typings": "build/dist/index.d.ts",
"engines": {
"node": ">=12.14.1",
"npm": ">=6.13.4",
"yarn": ">=1.21.1"
},
"scripts": {
"build": "npm run clean && NODE_ENV=production rollup -c",
"test": "jest",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
"prepublishOnly": "npm run build",
"format": "prettier --write 'src/**/*.{ts,tsx,less}'",
"clean": "npx shx rm -rf build",
"lint": "eslint --ext js,jsx,ts,tsx src",
"develop": "npm run clean && run-p watch proxy",
"postinstall": "check-plugin && check-peer-dependencies || true",
"prettier": "prettier --write 'src/**/*.{js,jsx,ts,tsx,html,css,less,json}'",
"proxy": "dev-proxy",
"watch": "rollup -c -w --no-watch.clearScreen",
"prepare": "husky-install"
},
"dependencies": {
"@uirouter/core": "6.0.4",
"@uirouter/react": "1.0.2",
"@uirouter/react-hybrid": "1.0.2",
"angular-ui-bootstrap": "^2.5.0",
"ansi_up": "^5.0.0",
"bootstrap": "3.4.1",
"class-autobind-decorator": "^2.2.1",
"human-readable-ids": "^1.0.4",
"lodash": "4.17.21",
"lodash-decorators": "4.5.0",
"lodash-es": "4.17.21",
"memoize-one": "^4.0.2",
"ngimport": "^0.6.0",
"react": "~16.14.0",
"react-ace": "^6.1.4",
"react-bootstrap": "^0.32.1",
"react-bootstrap-typeahead": "^3.2.4",
"react-container-dimensions": "^1.4.1",
"react-day-picker": "^7.3.0",
"react-dom": "~16.14.0",
"react-ga": "^2.4.1",
"react-redux": "^5.0.7",
"react-sortable-hoc": "^0.6.8",
"react-spring": "^8.0.27",
"react-tether": "^1.0.5",
"react-tooltip": "^3.10.0",
"react-ultimate-pagination": "^1.2.0",
"react-virtualized-select": "^3.1.3",
"recoil": "^0.0.10",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-observable": "^0.14.1",
"reselect": "^3.0.1",
"rxjs": "^5.4.2",
"semiotic": "1.20.6",
"spel2js": "^0.2.6",
"ui-select": "^0.19.6"
},
"devDependencies": {
"@apollo/client": "^3.3.15",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@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/core": "0.0.571",
"@spinnaker/eslint-plugin": "1.0.13",
"@spinnaker/pluginsdk": "0.0.30",
"@spinnaker/pluginsdk-peerdeps": "0.0.14",
"@spinnaker/presentation": "0.0.4",
"@types/angular": "1.6.26",
"@types/angular-mocks": "1.5.10",
"@types/angular-ui-bootstrap": "^0.13.41",
"@types/classnames": "^2.2.0",
"@types/d3-array": "^2.0.0",
"@types/d3-format": "^1.3.1",
"@types/d3-scale": "^2.1.1",
"@types/d3-shape": "^1.3.1",
"@types/enzyme": "^3.10.3",
"@types/enzyme-redux": "^0.2.1",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.64",
"@types/luxon": "1.11.1",
"@types/marked": "^0.0.28",
"@types/node": "7.0.5",
"@types/prop-types": "^15.5.2",
"@types/react": "~16.8.0",
"@types/react-bootstrap": "^0.32.5",
"@types/react-bootstrap-typeahead": "^3.2.1",
"@types/react-dom": "~16.8.0",
"@types/react-redux": "^5.0.15",
"@types/react-select": "^1.2.4",
"@types/react-tooltip": "^3.9.2",
"@types/redux-actions": "^2.2.0",
"@types/redux-logger": "^3.0.3",
"@types/redux-test-utils": "^0.2.0",
"@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/parser": "4.4.0",
"@uirouter/rx": "0.6.5",
"angular-messages": "1.6.10",
"angular-sanitize": "1.6.10",
"angular-spinner": "^1.0.1",
"angular-ui-sortable": "^0.17.0",
"angular2react": "^3.0.2",
"angulartics": "^1.1.2",
"angulartics-google-analytics": "^0.2.0",
"bufferutil": "4.0.2",
"cachefactory": "^3.0.0",
"clipboard": "^1.5.12",
"commonmark": "^0.28.1",
"date-fns": "^1.30.1",
"dompurify": "^2.0.17",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"enzyme-redux": "^0.2.1",
"eslint": "7.10.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-react-hooks": "4.1.2",
"graphql": "^15.5.0",
"jest": "^26.6.3",
"jquery": "3.5.1",
"jquery-textcomplete": "1.6.1",
"jquery-ui": "1.13.2",
"js-worker-search": "^1.2.1",
"license-checker": "^15.0.0",
"luxon": "1.28.1",
"npm-run-all": "4.1.5",
"prettier": "2.1.2",
"pretty-quick": "3.1.0",
"prop-types": "15.6.1",
"react-toastify": "^7.0.4",
"react2angular": "^3.2.1",
"redux-test-utils": "^0.3.0",
"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.0",
"utf-8-validate": "5.0.3"
},
"optionalDependencies": {
"fsevents": "1.2.11"
}
}