mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
1d1e362316
Remove references to flow in build files. This effectively stop stipping flow from debugger modules. So any leftover would now start being kept in production file and do an error. Differential Revision: https://phabricator.services.mozilla.com/D105330
91 lines
2.7 KiB
JSON
91 lines
2.7 KiB
JSON
{
|
|
"name": "debugger",
|
|
"version": "0.6.0",
|
|
"license": "MPL-2.0",
|
|
"repository": {
|
|
"url": "git://github.com/firefox-devtools/debugger.git",
|
|
"type": "git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/firefox-devtools/debugger/issues"
|
|
},
|
|
"homepage": "https://github.com/firefox-devtools/debugger#readme",
|
|
"engineStrict": true,
|
|
"scripts": {
|
|
"license-check": "devtools-license-check",
|
|
"links": "ls -l node_modules/ | grep ^l || echo 'no linked packages'",
|
|
"test": "TZ=Africa/Nairobi jest",
|
|
"test-ci": "TZ=Africa/Nairobi jest --json",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "yarn test --coverage",
|
|
"test:all": "yarn test",
|
|
"watch": "node bin/watch"
|
|
},
|
|
"dependencies": {
|
|
"codemirror": "^5.28.0",
|
|
"fuzzaldrin-plus": "^0.6.0",
|
|
"lodash": "^4.17.4",
|
|
"lodash-move": "^1.1.1",
|
|
"lodash.kebabcase": "^4.1.1",
|
|
"parse-script-tags": "github:loganfsmyth/parse-script-tags#d771732ca47e1b3554fe67d609fd18cc785c5f26",
|
|
"pretty-fast": "^0.2.4",
|
|
"react": "16.8.6",
|
|
"react-aria-components": "^0.0.4",
|
|
"react-dom": "16.8.6",
|
|
"react-redux": "^5.0.7",
|
|
"react-transition-group": "^2.2.1",
|
|
"wasmparser": "^3.1.1"
|
|
},
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"files": [
|
|
"src",
|
|
"assets"
|
|
],
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"react",
|
|
"react-dom",
|
|
"react-redux",
|
|
"redux",
|
|
"codemirror"
|
|
]
|
|
},
|
|
"main": "src/main.js",
|
|
"author": "Jason Laster <jlaster@mozilla.com>",
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"@sucrase/webpack-object-rest-spread-plugin": "^1.0.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-jest": "^23.0.0",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-module-resolver": "^3.2.0",
|
|
"babel-plugin-transform-amd-to-commonjs": "1.4.0",
|
|
"copy-webpack-plugin": "^4.5.2",
|
|
"classnames": "^2.2.5",
|
|
"css-loader": "^0.26.1",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
"enzyme-to-json": "3.3.5",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"immutable": "^3.8.2",
|
|
"jest": "^23.0.0",
|
|
"jest-environment-jsdom": "^23.0.0",
|
|
"jest-in-case": "^1.0.2",
|
|
"jest-junit": "^6.0.0",
|
|
"jest-localstorage-mock": "^2.2.0",
|
|
"jest-serializer-babel-ast": "^0.0.5",
|
|
"redux": "^4.0.5",
|
|
"webpack": "^3.5.5",
|
|
"workerjs": "github:jasonLaster/workerjs#1944c8b753cc9e84b6ed0cb2fbcaa25600706446"
|
|
}
|
|
}
|