blob: 02505049edf2b42c347616f72fbe3810b424fa71 [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 Soulanille5e78acf2020-06-08 10:58:29 -070016 "@types/react": "^16.9.36",
17 "@types/react-dom": "^16.9.8",
Matthew Soulanille376d7972020-06-01 15:50:07 -070018 "jasmine": "^3.5.0",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070019 "jasmine-core": "^3.5.0",
20 "karma": "5.0.2",
21 "karma-chrome-launcher": "^3.1.0",
22 "karma-firefox-launcher": "^1.3.0",
23 "karma-jasmine": "^3.3.1",
24 "karma-requirejs": "^1.1.0",
25 "karma-sourcemap-loader": "^0.3.7",
26 "react": "^16.13.1",
27 "react-dom": "^16.13.1",
28 "requirejs": "^2.3.6",
29 "rollup": "^2.15.0",
30 "rollup-plugin-node-builtins": "^2.1.2",
31 "rollup-plugin-node-globals": "^1.4.0",
32 "rollup-plugin-sourcemaps": "^0.6.2",
Matthew Soulanille07033982020-06-08 10:00:34 -070033 "rxjs": "^6.5.5",
Matthew Soulanille5e78acf2020-06-08 10:58:29 -070034 "tmp": "0.1.0",
Matthew Soulanille376d7972020-06-01 15:50:07 -070035 "typescript": "^3.9.3"
36 }
37}