blob: 55b642c5ef1489b2fd460418d678f36dce8f5a14 [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": {
8 "@bazel/jasmine": "^1.7.0",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -07009 "@bazel/karma": "^1.7.0",
10 "@bazel/rollup": "^1.7.0",
Matthew Soulanille376d7972020-06-01 15:50:07 -070011 "@bazel/typescript": "^1.7.0",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070012 "@material-ui/core": "^4.10.2",
13 "@rollup/plugin-commonjs": "^13.0.0",
14 "@rollup/plugin-node-resolve": "^8.0.1",
Matthew Soulanille376d7972020-06-01 15:50:07 -070015 "@types/jasmine": "^3.5.10",
Matthew Soulanille16bde6b2020-06-08 09:36:24 -070016 "@types/node": "^13.11.1",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070017 "@types/react": "^16.9.36",
18 "@types/react-dom": "^16.9.8",
Matthew Soulanille16bde6b2020-06-08 09:36:24 -070019 "eslint-plugin-react": "^7.20.0",
20 "gts": "^2.0.2",
Matthew Soulanille376d7972020-06-01 15:50:07 -070021 "jasmine": "^3.5.0",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070022 "jasmine-core": "^3.5.0",
23 "karma": "5.0.2",
24 "karma-chrome-launcher": "^3.1.0",
25 "karma-firefox-launcher": "^1.3.0",
26 "karma-jasmine": "^3.3.1",
27 "karma-requirejs": "^1.1.0",
28 "karma-sourcemap-loader": "^0.3.7",
29 "react": "^16.13.1",
30 "react-dom": "^16.13.1",
31 "requirejs": "^2.3.6",
32 "rollup": "^2.15.0",
33 "rollup-plugin-node-builtins": "^2.1.2",
34 "rollup-plugin-node-globals": "^1.4.0",
35 "rollup-plugin-sourcemaps": "^0.6.2",
Matthew Soulanille07033982020-06-08 10:00:34 -070036 "rxjs": "^6.5.5",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070037 "tmp": "0.1.0",
Matthew Soulanille376d7972020-06-01 15:50:07 -070038 "typescript": "^3.9.3"
Matthew Soulanille16bde6b2020-06-08 09:36:24 -070039 },
40 "scripts": {
41 "check": "gts check",
42 "fix": "gts fix"
Matthew Soulanille376d7972020-06-01 15:50:07 -070043 }
44}