You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
{
|
|
"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"
|
|
}
|
|
}
|