forked from oswee/oswee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
172 lines (172 loc) · 5.61 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
164
165
166
167
168
169
170
171
172
{
"name": "@oswee/oswee",
"version": "0.0.0",
"private": true,
"description": "Bazel monorepo test setup",
"author": "Dzintars Klavins <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/oswee/oswee#readme",
"keywords": [
"bazel",
"lit",
"webcomponents",
"redux",
"boilerplate"
],
"engines": {
"node": ">=17.9.0",
"npm": "8.5.5"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/oswee/oswee.git"
},
"bugs": {
"url": "https://github.com/oswee/oswee/issues"
},
"scripts": {
"bazel": "bazelisk",
"bazel:format": "find . -type f \\( -name \"*.bzl\" -or -name WORKSPACE -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs yarn run buildifier -v --warnings=attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,constant-glob,ctx-actions,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,git-repository,http-archive,integer-division,load,load-on-top,native-build,native-package,out-of-order-load,output-group,package-name,package-on-top,positional-args,redefined-variable,repository-name,same-origin-load,string-iteration,unsorted-dict-items,unused-variable",
"bazel:lint": "yarn bazel:format --lint=warn",
"bazel:lint-fix": "yarn bazel:format --lint=fix",
"bazel:clean": "yarn bazel clean",
"bazel:serve": "yarn ibazel run //javascript/hack/lit:devserver",
"gazelle": "bazel run //:gazelle",
"gazelle:update-repos": "bazel run //:gazelle -- update-repos -from_file=go/go.mod -prune -to_macro=go/repositories.bzl%go_deps",
"start:oswee": "yarn webpack serve --config ./platform/web/oswee/webpack.dev.ts",
"start:swagger": "yarn webpack serve --config ./platform/web/swagger/webpack.config.ts",
"prepare": "husky install",
"hygen:element": "hygen element new",
"hygen:component": "hygen component new",
"hygen:container": "hygen container new",
"hygen:view": "hygen view new",
"hygen:feature": "hygen feature new",
"postcss": "postcss styles/style.css --dir dist",
"postcss:lit": "postcss javascript/packages/components/ui-statusbar/src/lib/style.ts --dir dist",
"postcss:watch": "postcss styles/style.css --dir dist --watch"
},
"dependencies": {
"@ngneat/falso": "^5.3.0",
"@redux-devtools/extension": "^3.2.2",
"@redux-offline/redux-offline": "^2.6.0",
"history": "^5.3.0",
"immer": "^9.0.12",
"import-local": "^3.1.0",
"lit": "^2.2.3",
"query-string": "^7.1.1",
"redux": "^4.1.2",
"redux-dynamic-modules-core": "^5.2.3",
"redux-dynamic-modules-saga": "^5.2.3",
"redux-dynamic-modules-thunk": "^5.2.3",
"redux-first-routing": "^0.3.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.5",
"reselect-tools": "^0.0.7",
"rxjs": "^7.5.5",
"typed-css-modules": "^0.7.2",
"universal-router": "^9.1.0"
},
"devDependencies": {
"@bazel/bazelisk": "^1.12.0",
"@bazel/buildifier": "^5.1.0",
"@bazel/concatjs": "^5.5.0",
"@bazel/esbuild": "^5.5.0",
"@bazel/ibazel": "^0.16.2",
"@bazel/labs": "^4.6.1",
"@bazel/rollup": "^5.5.0",
"@bazel/runfiles": "^5.5.0",
"@bazel/terser": "^5.5.0",
"@bazel/typescript": "^5.5.0",
"@bazel/worker": "^5.5.0",
"@commitlint/config-conventional": "^16.2.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.203",
"@types/html-webpack-plugin": "^3.2.6",
"@types/node": "^17.0.35",
"@types/redux": "^3.6.0",
"@types/redux-first-routing": "^0.3.1",
"@types/swagger-ui": "^3.52.0",
"@types/typescript": "^2.0.0",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.7.2",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"chalk": "^5.0.1",
"clean-webpack-plugin": "^4.0.0",
"commitlint": "^16.2.3",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"csstype": "^3.0.11",
"escodegen": "^2.0.0",
"eslint": "^8.16.0",
"eslint_d": "^12.1.0",
"espree": "^9.3.1",
"estraverse": "^5.3.0",
"fs": "^0.0.1-security",
"glob": "^8.0.1",
"google-protobuf": "^3.20.1-rc.1",
"html-insert-assets": "^0.14.2",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.1.0",
"husky": "^7.0.4",
"hygen": "^6.2.0",
"jsdoc": "^3.6.10",
"json-loader": "^0.5.7",
"karma": ">=4.0.0",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.3.8",
"lint-staged": "^12.3.8",
"minimist": "^1.2.6",
"path": "^0.12.7",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"postcss-lit": "^0.4.3",
"prettier": "^2.6.2",
"protobufjs": "^6.11.2",
"requirejs": "^2.3.6",
"rollup": "^2.70.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.31.2",
"sass": "^1.50.0",
"semver": "^7.3.7",
"style-loader": "^3.3.1",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-lsp": "^1.2.4",
"swagger-ui": "^4.10.3",
"terser": ">=4.0.0 <5.9.0",
"tmp": "^0.2.1",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"tslib": "^2.4.0",
"tsutils": "^3.21.0",
"typescript": "^4.7.2",
"uglify-js": "^3.15.4",
"umd-compat-loader": "^2.1.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0",
"xmlbuilder": "^15.1.1",
"yaml-loader": "^0.7.0",
"yargs": "^17.4.1"
},
"peerDependencies": {
"@bazel/typescript": "^5.5.0"
},
"bazelWorkspaces": {
"oswee": {
"rootPath": "."
}
}
}