aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: f3a9852b289215960de7c8d7a4a324f946a862f1 (plain)
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
{
  "name": "pigweed",
  "version": "0.0.1",
  "description": "An open source collection of embedded-targeted libraries",
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@bazel/concatjs": "4.1.0",
    "@bazel/esbuild": "4.1.0",
    "@bazel/ibazel": "^0.15.10",
    "@bazel/jasmine": "4.1.0",
    "@bazel/rollup": "4.1.0",
    "@bazel/typescript": "4.1.0",
    "@grpc/grpc-js": "^1.3.7",
    "@material-ui/core": "^4.12.1",
    "@material-ui/lab": "^4.0.0-alpha.60",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@types/argparse": "^2.0.10",
    "@types/crc": "^3.4.0",
    "@types/google-protobuf": "^3.15.5",
    "@types/jasmine": "^3.7.8",
    "@types/node": "^16.0.1",
    "@types/react": "^17.0.14",
    "@types/react-dom": "^17.0.9",
    "argparse": "^2.0.1",
    "base64-js": "^1.5.1",
    "buffer": "^6.0.3",
    "crc": "^3.8.0",
    "debug": "^4.3.2",
    "eslint": "^7.30.0",
    "eslint-plugin-react": "^7.24.0",
    "google-protobuf": "^3.17.3",
    "grpc-tools": "^1.11.2",
    "grpc-web": "^1.2.1",
    "gts": "^3.1.0",
    "http-server": "^13.0.2",
    "install-peers": "^1.0.3",
    "jasmine": "^3.8.0",
    "jasmine-core": "^3.8.0",
    "karma": "6.3.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.1",
    "karma-jasmine": "^4.0.1",
    "karma-junit-reporter": "^2.0.1",
    "karma-requirejs": "^1.1.0",
    "karma-sourcemap-loader": "^0.3.8",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "requirejs": "^2.3.6",
    "rollup": "^2.52.8",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rxjs": "^7.2.0",
    "tmp": "0.2.1",
    "ts-protoc-gen": "^0.15.0",
    "typescript": "^4.3.5",
    "wait-queue": "^1.1.4"
  },
  "scripts": {
    "check": "gts check",
    "fix": "gts fix"
  },
  "dependencies": {
    "ansi_up": "^5.1.0",
    "html-react-parser": "^1.4.0"
  }
}