mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
d39b1694aa
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
61 lines
2.0 KiB
JSON
61 lines
2.0 KiB
JSON
{
|
|
"name": "@packages/frontend-shared",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"scripts": {
|
|
"build-prod": "tsc || echo 'built, with type errors'",
|
|
"check-ts": "vue-tsc --noEmit",
|
|
"clean-deps": "rimraf node_modules",
|
|
"clean": "rimraf dist ./node_modules/.vite src/*.js src/**/*.js && echo 'cleaned'",
|
|
"test": "yarn cypress:run && yarn types",
|
|
"windi": "yarn windicss-analysis",
|
|
"cypress:open": "cross-env TZ=America/New_York node ../../scripts/cypress open-ct --project ${PWD}",
|
|
"cypress:run": "cross-env TZ=America/New_York node ../../scripts/cypress run-ct --project ${PWD}",
|
|
"dev": "vite --open"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@antfu/utils": "^0.3.0",
|
|
"@cypress/vite-dev-server": "0.0.0-development",
|
|
"@cypress/vue": "0.0.0-development",
|
|
"@headlessui/vue": "1.4.0",
|
|
"@iconify/json": "1.1.368",
|
|
"@iconify/vue": "3.0.0-beta.1",
|
|
"@intlify/vite-plugin-vue-i18n": "2.4.0",
|
|
"@testing-library/cypress": "8.0.0",
|
|
"@urql/core": "2.3.1",
|
|
"@urql/exchange-execute": "1.1.0",
|
|
"@urql/exchange-graphcache": "4.3.3",
|
|
"@urql/vue": "0.4.3",
|
|
"@vitejs/plugin-vue": "^1.9.2",
|
|
"@vitejs/plugin-vue-jsx": "^1.1.8",
|
|
"@vue/compiler-core": "3.2.6",
|
|
"@vue/compiler-dom": "3.2.6",
|
|
"@vue/compiler-sfc": "3.2.6",
|
|
"@windicss/plugin-interaction-variants": "1.0.0",
|
|
"bluebird": "3.5.3",
|
|
"classnames": "2.3.1",
|
|
"fake-uuid": "^1.0.0",
|
|
"graphql": "^15.5.1",
|
|
"graphql-relay": "^0.9.0",
|
|
"graphql-tag": "^2.12.5",
|
|
"lodash": "^4.17.21",
|
|
"modern-normalize": "1.1.0",
|
|
"rimraf": "3.0.2",
|
|
"unplugin-icons": "^0.11.4",
|
|
"unplugin-vue-components": "^0.15.4",
|
|
"vite": "2.4.4",
|
|
"vite-plugin-icons": "0.6.3",
|
|
"vite-plugin-windicss": "^1.4.7",
|
|
"vite-svg-loader": "^2.2.0",
|
|
"vue": "3.2.6",
|
|
"vue-eslint-parser": "7.11.0",
|
|
"vue-i18n": "^9.2.0-beta.7",
|
|
"vue-tsc": "^0.3.0",
|
|
"windicss": "3.1.8",
|
|
"windicss-analysis": "^0.3.4",
|
|
"wonka": "^4.0.15"
|
|
},
|
|
"module": "es2020"
|
|
}
|