1 Star 1 Fork 0

jaawu/lighthouse-ci

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.44 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "lerna exec --parallel 'rm -rf ./dist'",
"ci:dogfood": "./scripts/ci-dogfood.sh",
"build": "lerna run --scope @lhci/server --scope @lhci/viewer build",
"build:storybook": "lerna run --scope @lhci/server build:storybook",
"build:watch": "lerna run --scope @lhci/server build:watch --stream",
"build:source-map-explorer": "lerna run --scope @lhci/server build:source-map-explorer",
"start": "./packages/cli/src/cli.js",
"start:seed-data-in-viewer": "node ./scripts/open-seed-report-in-viewer.js",
"start:seed-database": "node ./scripts/seed-database.js ./packages/cli/test/fixtures/lighthouserc.json",
"start:server": "./packages/cli/src/cli.js server --config=./packages/cli/test/fixtures/lighthouserc.json",
"update:fixture-seed-data": "node ./scripts/update-seed-fixtures.js",
"test:fixture-seed-data": "jest '--testMatch=**/scripts/diff-seed-fixture.js'",
"test": "npm run test:typecheck && npm run test:lint && npm run test:unit",
"test:quick": "npm run test:typecheck && npm run test:lint && npm run test:unit -- --testPathIgnorePatterns=\"cli.test.js\"",
"test:typecheck": "tsc -p .",
"test:lint": "npm run test:lint:js && npm run test:lint:jsx && npm run test:lint:tests",
"test:lint:js": "eslint ./packages/*/src",
"test:lint:jsx": "eslint -c ./.eslintrc.ui.js --ext jsx ./packages/server/src/ui ./packages/viewer/src/ui",
"test:lint:tests": "eslint -c ./.eslintrc.tests.js ./packages/*/test",
"test:unit": "jest --maxWorkers=2"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.4.5",
"@storybook/addon-actions": "^5.3.10",
"@storybook/addon-links": "^5.3.10",
"@storybook/addon-storyshots": "^5.3.12",
"@storybook/addon-storyshots-puppeteer": "^5.3.12",
"@storybook/addons": "^5.3.10",
"@storybook/preact": "^5.3.11",
"@testing-library/dom": "^5.4.0",
"@types/body-parser": "^1.17.0",
"@types/compression": "^1.0.1",
"@types/d3": "^5.7.2",
"@types/express": "^4.16.1",
"@types/inquirer": "^6.0.3",
"@types/isomorphic-fetch": "^0.0.34",
"@types/jest": "^24.0.15",
"@types/js-yaml": "^3.12.1",
"@types/morgan": "^1.7.35",
"@types/node": "^11.13.2",
"@types/plotly.js": "^1.44.9",
"@types/puppeteer": "^1.19.0",
"@types/sequelize": "^4.27.34",
"@types/tmp": "^0.1.0",
"@types/umzug": "^2.2.2",
"@types/update-notifier": "^2.5.0",
"@types/uuid": "^3.4.4",
"@types/yargs": "^12.0.8",
"@types/yargs-parser": "^11.0.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"jest-circus": "^24.9.0",
"jest-fetch-mock": "^2.1.2",
"jest-image-snapshot": "^2.9.0",
"lerna": "^3.16.4",
"mysql2": "^1.7.0",
"parcel-bundler": "^1.12.3",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"preact-render-to-json": "^3.6.6",
"prettier": "^1.16.4",
"prop-types": "^15.7.2",
"puppeteer": "^1.18.1",
"rimraf": "^3.0.0",
"sqlite3": "^4.0.6",
"typescript": "^3.8.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jaawu/lighthouse-ci.git
git@gitee.com:jaawu/lighthouse-ci.git
jaawu
lighthouse-ci
lighthouse-ci
fs_tweaks

搜索帮助