blob: 3adc01ca2fe660cce0132a4a582ad413e2b84411 [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": {
Jared Weinsteincf2ca742021-07-02 17:20:05 -07008 "@bazel/concatjs": "^3.7.0",
9 "@bazel/jasmine": "^3.7.0",
10 "@bazel/rollup": "^3.7.0",
11 "@bazel/typescript": "^3.7.0",
12 "@material-ui/core": "^4.12.1",
13 "@rollup/plugin-commonjs": "^19.0.0",
14 "@rollup/plugin-node-resolve": "^13.0.0",
Jared Weinstein7c658f62021-07-19 12:59:44 -070015 "@types/crc": "^3.4.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070016 "@types/jasmine": "^3.7.8",
17 "@types/node": "^16.0.1",
18 "@types/react": "^17.0.14",
19 "@types/react-dom": "^17.0.9",
Jared Weinstein7c658f62021-07-19 12:59:44 -070020 "buffer": "^6.0.3",
21 "crc": "^3.8.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070022 "debug": "^4.3.2",
23 "eslint": "^7.30.0",
24 "eslint-plugin-react": "^7.24.0",
25 "gts": "^3.1.0",
26 "install-peers": "^1.0.3",
27 "jasmine": "^3.8.0",
28 "jasmine-core": "^3.8.0",
29 "karma": "6.3.4",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070030 "karma-chrome-launcher": "^3.1.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070031 "karma-firefox-launcher": "^2.1.1",
32 "karma-jasmine": "^4.0.1",
33 "karma-junit-reporter": "^2.0.1",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070034 "karma-requirejs": "^1.1.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070035 "karma-sourcemap-loader": "^0.3.8",
36 "react": "^17.0.2",
37 "react-dom": "^17.0.2",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070038 "requirejs": "^2.3.6",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070039 "rollup": "^2.52.8",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070040 "rollup-plugin-node-builtins": "^2.1.2",
41 "rollup-plugin-node-globals": "^1.4.0",
Jared Weinsteincf2ca742021-07-02 17:20:05 -070042 "rollup-plugin-sourcemaps": "^0.6.3",
43 "rxjs": "^7.2.0",
44 "tmp": "0.2.1",
45 "typescript": "^4.3.5"
Matthew Soulanille16bde6b2020-06-08 09:36:24 -070046 },
47 "scripts": {
48 "check": "gts check",
49 "fix": "gts fix"
Matthew Soulanille376d7972020-06-01 15:50:07 -070050 }
51}