-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.73 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.73 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
{
"name": "@aziontech/webkit-monorepo",
"author": "@aziontech",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/aziontech/webkit.git"
},
"scripts": {
"icons:gallery:build": "pnpm --filter icons-gallery run build",
"icons:gallery:build:azion": "pnpm --filter icons-gallery run build:azion",
"icons:gallery:preview": "pnpm --filter icons-gallery run preview",
"icons:gallery:serve": "pnpm --filter icons-gallery run serve",
"icons:gallery:publish": "pnpm --filter icons-gallery run publish",
"icons:build": "pnpm --filter icons run build",
"icons:validate": "pnpm --filter icons run validate",
"icons:publish": "pnpm --filter icons run publish",
"webkit:build:dts": "pnpm --filter webkit run build:dts"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.27",
"azion-theme": "^1.18.3",
"pnpm": "^10.30.3",
"primeflex": "^3.3.1",
"primevue": "3.47.2",
"tailwindcss": "^3.4.19",
"vue": "^3.5.29"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.1",
"@rushstack/eslint-patch": "^1.16.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/release-notes-generator": "12.1.0",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint-plugin-vue": "^8.7.1",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"semantic-release": "^23.1.1",
"vite": "^6.4.1"
},
"overrides": {
"tar": ">=7.5.10",
"serialize-javascript": "^7.0.3"
},
"pnpm": {
"overrides": {
"tar": ">=7.5.10",
"serialize-javascript": "^7.0.3"
}
}
}