-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
122 lines (122 loc) · 4.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@cypress-design/design",
"version": "0.0.0",
"description": "Design system for the marketing site, app and cloud",
"main": "index.js",
"repository": "https://github.com/cypress-io/design-system.git",
"author": "Bart Ledoux <[email protected]>",
"license": "MIT",
"private": true,
"type": "module",
"workspaces": [
"components/*/react",
"components/*/vue",
"components/*/constants",
"packages/*",
"css",
"icon-registry",
"test/*"
],
"scripts": {
"cy": "concurrently -c \"auto\" --passthrough-arguments -n cypress,const \"cypress open --component {@}\" \"node ./scripts/watch-constants.mjs\"",
"cy:run": "cypress run --component",
"test": "vitest",
"test:eslint-plugin": "yarn workspace @cypress-design/eslint-plugin run test",
"build:components": "turbo run --no-daemon build --filter=\"@cypress-design/constants-*\" && turbo run --no-daemon build --filter=\"@cypress-design/vue-*\" --filter=\"@cypress-design/react-*\"",
"dev": "yarn start",
"docs": "yarn start",
"start": "NODE_ENV=development concurrently -n const,icons,docgen,vitepress,cleanup \"node ./scripts/watch-constants.mjs\" \"node ./scripts/watch-icons.mjs\" \"vue-docgen --watch -c docs/docgen/docgen.config.cjs\" \"vitepress dev docs\" \"node ./scripts/clean-component-docs.mjs\"",
"build:docs": "node scripts/copy-md.mjs && vue-docgen -c docs/docgen/docgen.config.cjs --logLevel=debug && yarn build:components && ./vercel-build-docs.sh",
"postinstall": "node scripts/capitalize-icon.mjs && yarn build:components",
"new:component": "hygen component new",
"prepare": "husky"
},
"dependencies": {
"@babel/parser": "^7.24.7",
"@babel/types": "^7.24.7",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@cypress-design/constants-tabs": "*",
"@cypress-design/css": "*",
"@cypress-design/react-icon": "*",
"@cypress-design/rollup-plugin-tailwind-keep": "*",
"@cypress-design/vue-docmenu": "*",
"@cypress-design/vue-icon": "*",
"@cypress-design/vue-tooltip": "*",
"@eslint/compat": "^1.0.3",
"@eslint/js": "^9.4.0",
"@percy/cli": "1.28.7",
"@percy/cypress": "3.1.2",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-sucrase": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/cypress": "^10.0.2",
"@types/chroma-js": "^2.4.4",
"@types/dedent": "^0.7.2",
"@types/flat": "5.0.5",
"@types/react": "18",
"@types/react-dom": "18",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/tsconfig": "^0.5.1",
"@vueuse/integrations": "^10.10.0",
"autoprefixer": "^10.4.19",
"axe-core": "^4.9.1",
"chokidar": "^3.6.0",
"chroma-js": "^2.4.2",
"concurrently": "^8.2.2",
"cypress": "^13.10.0",
"cypress-axe": "^1.5.0",
"cypress-real-events": "^1.12.0",
"dedent": "^1.5.3",
"es-module-lexer": "^1.5.3",
"esbuild": "^0.21.4",
"eslint": "^9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-vue": "^9.26.0",
"execa": "^9.1.0",
"flat": "^6.0.1",
"globals": "^15.3.0",
"globby": "^14.0.1",
"husky": "^9.0.11",
"hygen": "^6.2.11",
"lint-staged": ">=15",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"react": "18",
"react-docgen-typescript": "^2.2.2",
"react-dom": "18",
"react-live-runner": "^1.0.6",
"recast": "^0.23.9",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"shiki": "^1.6.2",
"turbo": "^2.1.1",
"typescript": "5.4.5",
"universal-cookie": "^7.1.4",
"vite": "5.2.12",
"vitepress": "1.2.2",
"vitest": "^1.6.0",
"vue": "3.4.27",
"vue-component-meta": "^2.0.19",
"vue-docgen-cli": "^4.79.0",
"vue-eslint-parser": "^9.4.3",
"vue-live": "^2.5.4",
"vue-tsc": "2.0.19"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue,css,md}": "prettier --write"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"packageManager": "[email protected]"
}