-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.49 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 4.49 KB
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
{
"description": "PUIK - PrestaShop UI kit.",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.0",
"workspaces": [
"packages/*",
"docs/*",
"playground"
],
"engines": {
"node": ">= v20.18.3"
},
"scripts": {
"cz": "git-cz",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "pnpm --parallel --filter './packages/**' build",
"build:playground": "pnpm --filter @prestashopcorp/puik-playground build-only",
"build:components": "pnpm --filter @prestashopcorp/puik-components build",
"build:web": "pnpm --filter @prestashopcorp/puik-web-components build",
"build:theme": "pnpm --filter @prestashopcorp/puik-theme build",
"build:storybook": "pnpm --filter @prestashopcorp/puik-docs build",
"build:vitepress": "pnpm --filter @prestashopcorp/puik-user-docs build",
"dev:theme": "pnpm --filter @prestashopcorp/puik-theme dev",
"dev:playground": "pnpm build:theme && concurrently \"pnpm dev:theme\" \"pnpm --filter @prestashopcorp/puik-playground dev\"",
"dev:storybook": "pnpm build:theme && concurrently \"pnpm dev:theme\" \"pnpm --filter @prestashopcorp/puik-docs dev\"",
"dev:vitepress": "pnpm --filter @prestashopcorp/puik-user-docs dev",
"preview:vitepress": "pnpm --filter @prestashopcorp/puik-user-docs preview",
"preview:storybook": "pnpm --filter @prestashopcorp/puik-docs preview",
"preview:playground": "pnpm --filter @prestashopcorp/puik-playground preview",
"type-check:playground": "pnpm --filter @prestashopcorp/puik-playground type-check",
"lint": "eslint . --ext .vue,.js,.ts",
"lint:fix": "eslint --fix . --ext .vue,.js,.ts",
"lint:staged": "lint-staged",
"chromatic": "chromatic",
"component": "hygen component new",
"pack:all": "pnpm -r --parallel --filter './packages/**' exec pnpm pack --pack-destination ../../packages-tars/tmp && scripts/increment_versions.sh",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm -y",
"update:patch": "ncu -u --target patch && pnpm -r --filter './packages/*' --filter './docs/*' --filter './playground' exec ncu -u --target patch && pnpm install -r",
"update:minor": "ncu -u --target minor && pnpm -r --filter './packages/*' --filter './docs/*' --filter './playground' exec ncu -u --target minor && pnpm install -r",
"update:major": "ncu -u --target major && pnpm -r --filter './packages/*' --filter './docs/*' --filter './playground' exec ncu -u --target major && pnpm install -r"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{vue,js,ts}": "eslint --fix"
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
"dependencies": {
"@prestashopcorp/puik": "workspace:*",
"@prestashopcorp/puik-components": "workspace:*",
"@prestashopcorp/puik-locale": "workspace:*",
"@prestashopcorp/puik-resolver": "workspace:*",
"@prestashopcorp/puik-theme": "workspace:*",
"@prestashopcorp/puik-utils": "workspace:*",
"@prestashopcorp/puik-web-components": "workspace:*"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@faker-js/faker": "^8.4.1",
"@rollup/plugin-node-resolve": "^15.3.1",
"@types/node": "^20.19.39",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/coverage-v8": "^1.6.1",
"@vue/test-utils": "^2.4.6",
"chromatic": "^10.9.6",
"concurrently": "^9.2.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.39.4",
"eslint-define-config": "^2.1.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-unicorn": "^58.0.0",
"eslint-plugin-vue": "^10.8.0",
"fast-glob": "^3.3.3",
"husky": "^8.0.3",
"hygen": "^6.2.11",
"jsdom": "^23.2.0",
"lint-staged": "^15.5.2",
"npm-check-updates": "^18.3.1",
"sass": "^1.99.0",
"typescript": "^5.9.3",
"vite": "^6.4.2",
"vite-plugin-dts": "^4.5.4",
"vitest": "^1.6.1",
"vue": "^3.5.32",
"vue-eslint-parser": "^10.4.0"
},
"pnpm": {
"overrides": {
"form-data": "^4.0.4",
"esbuild": "^0.25.0",
"brace-expansion": "^2.0.2",
"@eslint/plugin-kit": "^0.3.4",
"on-headers": "^1.1.0",
"tmp": "^0.2.4",
"tar-fs": "^2.1.4"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"vue-demi"
]
}
}