|
3 | 3 | "version": "0.5.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "lint": "eslint \"{src,tests}/**/*.{js,ts,vue}\" --max-warnings=0", |
| 6 | + "lint": "eslint \"src/**/*.{js,ts,vue}\" --max-warnings=0", |
7 | 7 | "lint:fix": "npm run lint -- --fix", |
8 | 8 | "build:localhost": "vite build --mode localhost", |
9 | 9 | "build:production": "vite build --mode prod", |
10 | 10 | "build:staging": "vite build --mode staging", |
11 | 11 | "start": "vite --host", |
12 | 12 | "start:dev": "vite --host", |
13 | 13 | "start:dev:local": "set -a && . ./.env.dist.local && . ./.env.override.local && set +a && vite --mode localhost --port 8081", |
14 | | - "test": "node tests/localhost-runner.js", |
15 | | - "test:e2e:open": "npx cypress open", |
16 | | - "test:e2e:run": "npx cypress run --headed --browser chrome", |
17 | | - "test:e2e:staging:open": "npx cypress open --config-file cypress.staging.config.js", |
18 | | - "test:e2e:staging:run": "npx cypress run --config-file cypress.staging.config.js", |
19 | 14 | "docs:tailwind": "tailwind-config-viewer -o", |
20 | 15 | "docs:storybook": "storybook dev -p 6006", |
21 | 16 | "docs:storybook:build": "storybook build", |
|
82 | 77 | "@typescript-eslint/parser": "^5.4.0", |
83 | 78 | "@vue/eslint-config-typescript": "^11.0.3", |
84 | 79 | "autoprefixer": "^10.4.14", |
85 | | - "cypress": "^13.7.3", |
86 | | - "cypress-mailosaur": "^2.13.0", |
87 | 80 | "dotenv": "^16.0.3", |
88 | 81 | "eslint": "^8.36.0", |
89 | 82 | "eslint-import-resolver-typescript": "^3.6.1", |
90 | | - "eslint-plugin-cypress": "^2.12.1", |
91 | 83 | "eslint-plugin-storybook": "^0.6.15", |
92 | 84 | "eslint-plugin-vue": "^9.10.0", |
93 | 85 | "lint-staged": "^15.4.3", |
|
0 commit comments