mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-11 18:01:14 -05:00
48ed5600e4
Co-authored-by: Tyler Biethman <tbiethman@users.noreply.github.com> Co-authored-by: Tyler Biethman <tbiethman@gmail.com>
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"name": "@packages/ui-components",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "src/index.tsx",
|
|
"scripts": {
|
|
"build-for-tests": "webpack",
|
|
"check-deps": "node ../../scripts/check-deps.js --verbose",
|
|
"check-deps-pre": "npm run check-deps -- --prescript",
|
|
"clean-deps": "rimraf node_modules",
|
|
"cypress:open": "node ../../scripts/cypress open --project .",
|
|
"cypress:run": "node ../../scripts/cypress run --project .",
|
|
"pretest": "npm run check-deps-pre",
|
|
"watch": "npm run build-for-tests -- --watch --progress"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|
|
"@babel/plugin-proposal-decorators": "7.8.3",
|
|
"@babel/preset-env": "7.9.0",
|
|
"@babel/preset-react": "7.9.4",
|
|
"@cypress/react-tooltip": "^0.5.3",
|
|
"@cypress/webpack-preprocessor": "0.0.0-development",
|
|
"@fortawesome/fontawesome-free": "6.0.0",
|
|
"@percy/core": "^1.0.0-beta.48",
|
|
"@percy/cypress": "^3.1.0",
|
|
"@reach/dialog": "0.10.5",
|
|
"@reach/visually-hidden": "0.10.4",
|
|
"babel-loader": "8.1.0",
|
|
"browser-logos": "github:alrra/browser-logos",
|
|
"chai-subset": "1.6.0",
|
|
"classnames": "2.3.1",
|
|
"cypress-multi-reporters": "1.4.0",
|
|
"file-loader": "4.3.0",
|
|
"lodash": "^4.17.19",
|
|
"mobx": "5.15.4",
|
|
"mobx-react": "6.1.7",
|
|
"prop-types": "15.7.2",
|
|
"react": "16.8.6",
|
|
"react-dom": "16.8.6",
|
|
"rimraf": "3.0.2",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "3.3.11"
|
|
}
|
|
}
|