blob: f3a9852b289215960de7c8d7a4a324f946a862f1 [file] [log] [blame]
Matthew Soulanille376d7972020-06-01 15:50:07 -07001{
2 "name": "pigweed",
3 "version": "0.0.1",
4 "description": "An open source collection of embedded-targeted libraries",
5 "author": "",
6 "license": "Apache-2.0",
7 "devDependencies": {
Paul Mathieu29f5e732021-10-05 18:04:09 -07008 "@bazel/concatjs": "4.1.0",
9 "@bazel/esbuild": "4.1.0",
Jared Weinsteind4649112021-08-19 12:27:23 -070010 "@bazel/ibazel": "^0.15.10",
Paul Mathieu29f5e732021-10-05 18:04:09 -070011 "@bazel/jasmine": "4.1.0",
12 "@bazel/rollup": "4.1.0",
13 "@bazel/typescript": "4.1.0",
Jared Weinsteind4649112021-08-19 12:27:23 -070014 "@grpc/grpc-js": "^1.3.7",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070015 "@material-ui/core": "^4.12.1",
Jared Weinstein77619cc2021-11-04 16:58:22 -070016 "@material-ui/lab": "^4.0.0-alpha.60",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070017 "@rollup/plugin-commonjs": "^19.0.0",
18 "@rollup/plugin-node-resolve": "^13.0.0",
Jared Weinsteindf152212021-10-19 11:49:58 -070019 "@types/argparse": "^2.0.10",
Jared Weinstein7c658f62021-07-19 12:59:44 -070020 "@types/crc": "^3.4.0",
Jared Weinsteind4649112021-08-19 12:27:23 -070021 "@types/google-protobuf": "^3.15.5",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070022 "@types/jasmine": "^3.7.8",
23 "@types/node": "^16.0.1",
24 "@types/react": "^17.0.14",
25 "@types/react-dom": "^17.0.9",
Jared Weinsteindf152212021-10-19 11:49:58 -070026 "argparse": "^2.0.1",
27 "base64-js": "^1.5.1",
Jared Weinstein7c658f62021-07-19 12:59:44 -070028 "buffer": "^6.0.3",
29 "crc": "^3.8.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070030 "debug": "^4.3.2",
31 "eslint": "^7.30.0",
32 "eslint-plugin-react": "^7.24.0",
Jared Weinsteind4649112021-08-19 12:27:23 -070033 "google-protobuf": "^3.17.3",
34 "grpc-tools": "^1.11.2",
35 "grpc-web": "^1.2.1",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070036 "gts": "^3.1.0",
Paul Mathieu29f5e732021-10-05 18:04:09 -070037 "http-server": "^13.0.2",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070038 "install-peers": "^1.0.3",
39 "jasmine": "^3.8.0",
40 "jasmine-core": "^3.8.0",
41 "karma": "6.3.4",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070042 "karma-chrome-launcher": "^3.1.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070043 "karma-firefox-launcher": "^2.1.1",
44 "karma-jasmine": "^4.0.1",
45 "karma-junit-reporter": "^2.0.1",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070046 "karma-requirejs": "^1.1.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070047 "karma-sourcemap-loader": "^0.3.8",
48 "react": "^17.0.2",
49 "react-dom": "^17.0.2",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070050 "requirejs": "^2.3.6",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070051 "rollup": "^2.52.8",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070052 "rollup-plugin-node-builtins": "^2.1.2",
53 "rollup-plugin-node-globals": "^1.4.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070054 "rollup-plugin-sourcemaps": "^0.6.3",
55 "rxjs": "^7.2.0",
56 "tmp": "0.2.1",
Jared Weinsteind4649112021-08-19 12:27:23 -070057 "ts-protoc-gen": "^0.15.0",
Jared Weinstein688eb242021-09-22 11:09:33 -070058 "typescript": "^4.3.5",
59 "wait-queue": "^1.1.4"
Matthew Soulanille16bde6b2020-06-08 09:36:24 -070060 },
61 "scripts": {
62 "check": "gts check",
63 "fix": "gts fix"
Jared Weinsteineab2b572021-11-09 12:41:56 -080064 },
65 "dependencies": {
66 "ansi_up": "^5.1.0",
67 "html-react-parser": "^1.4.0"
Matthew Soulanille376d7972020-06-01 15:50:07 -070068 }
69}