blob: 6a42050416dac3c67e081790eeab3021e98e15a0 [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",
16 "@rollup/plugin-commonjs": "^19.0.0",
17 "@rollup/plugin-node-resolve": "^13.0.0",
Jared Weinsteindf152212021-10-19 11:49:58 -070018 "@types/argparse": "^2.0.10",
Jared Weinstein7c658f62021-07-19 12:59:44 -070019 "@types/crc": "^3.4.0",
Jared Weinsteind4649112021-08-19 12:27:23 -070020 "@types/google-protobuf": "^3.15.5",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070021 "@types/jasmine": "^3.7.8",
22 "@types/node": "^16.0.1",
23 "@types/react": "^17.0.14",
24 "@types/react-dom": "^17.0.9",
Jared Weinsteindf152212021-10-19 11:49:58 -070025 "argparse": "^2.0.1",
26 "base64-js": "^1.5.1",
Jared Weinstein7c658f62021-07-19 12:59:44 -070027 "buffer": "^6.0.3",
28 "crc": "^3.8.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070029 "debug": "^4.3.2",
30 "eslint": "^7.30.0",
31 "eslint-plugin-react": "^7.24.0",
Jared Weinsteind4649112021-08-19 12:27:23 -070032 "google-protobuf": "^3.17.3",
33 "grpc-tools": "^1.11.2",
34 "grpc-web": "^1.2.1",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070035 "gts": "^3.1.0",
Paul Mathieu29f5e732021-10-05 18:04:09 -070036 "http-server": "^13.0.2",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070037 "install-peers": "^1.0.3",
38 "jasmine": "^3.8.0",
39 "jasmine-core": "^3.8.0",
40 "karma": "6.3.4",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070041 "karma-chrome-launcher": "^3.1.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070042 "karma-firefox-launcher": "^2.1.1",
43 "karma-jasmine": "^4.0.1",
44 "karma-junit-reporter": "^2.0.1",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070045 "karma-requirejs": "^1.1.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070046 "karma-sourcemap-loader": "^0.3.8",
47 "react": "^17.0.2",
48 "react-dom": "^17.0.2",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070049 "requirejs": "^2.3.6",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070050 "rollup": "^2.52.8",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070051 "rollup-plugin-node-builtins": "^2.1.2",
52 "rollup-plugin-node-globals": "^1.4.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070053 "rollup-plugin-sourcemaps": "^0.6.3",
54 "rxjs": "^7.2.0",
55 "tmp": "0.2.1",
Jared Weinsteind4649112021-08-19 12:27:23 -070056 "ts-protoc-gen": "^0.15.0",
Jared Weinstein688eb242021-09-22 11:09:33 -070057 "typescript": "^4.3.5",
58 "wait-queue": "^1.1.4"
Matthew Soulanille16bde6b2020-06-08 09:36:24 -070059 },
60 "scripts": {
61 "check": "gts check",
62 "fix": "gts fix"
Matthew Soulanille376d7972020-06-01 15:50:07 -070063 }
64}