aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: a37e1c1c0416cf103002c5f6ec9bb24dbde0843f (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
{
  "name": "pigweed",
  "version": "0.0.1",
  "description": "An open source collection of embedded-targeted libraries",
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@bazel/jasmine": "^2.2.0",
    "@bazel/karma": "^2.2.0",
    "@bazel/rollup": "^2.2.0",
    "@bazel/typescript": "^2.2.0",
    "@material-ui/core": "^4.10.2",
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@types/jasmine": "^3.5.10",
    "@types/node": "^13.11.1",
    "@types/react": "^16.9.36",
    "@types/react-dom": "^16.9.8",
    "eslint-plugin-react": "^7.20.0",
    "gts": "^2.0.2",
    "jasmine": "^3.5.0",
    "jasmine-core": "^3.5.0",
    "karma": "5.0.2",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-jasmine": "^3.3.1",
    "karma-requirejs": "^1.1.0",
    "karma-sourcemap-loader": "^0.3.7",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "requirejs": "^2.3.6",
    "rollup": "^2.15.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-sourcemaps": "^0.6.2",
    "rxjs": "^6.5.5",
    "tmp": "0.1.0",
    "typescript": "^3.9.3"
  },
  "scripts": {
    "check": "gts check",
    "fix": "gts fix"
  }
}