-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
148 lines (148 loc) · 5.12 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@privyid/design-system",
"version": "1.0.0-rc.12",
"packageManager": "[email protected]",
"private": true,
"type": "module",
"scripts": {
"dev": "yarn docs:dev",
"prod": "yarn docs:build && yarn docs:serve",
"build": "yarn docs:build",
"docs:dev": "vitepress dev src --port 3000",
"docs:build": "vitepress build src",
"docs:serve": "vitepress serve src",
"test": "vitest --reporter=dot",
"typecheck": "vue-tsc --noEmit -p tsconfig.check.json",
"lint:ci": "yarn lint",
"lint": "eslint src/ --ext .js,.vue,.ts --format pretty",
"fix": "yarn lint --fix",
"coverage": "vitest run --coverage --reporter=dot",
"postinstall": "husky install",
"packages:prepare": "yarn workspaces foreach -A -v --topological-dev run prepare",
"packages:build": "yarn workspaces foreach -A -v --topological-dev run build",
"release": "yarn workspaces foreach -A -v --topological-dev --no-private npm publish --tolerate-republish",
"release:prepare": "yarn workspaces foreach -A -v --topological-dev version",
"icon:sync": "yarn workspace @privyid/persona-icon sync",
"icon:changelog": "yarn workspace @privyid/persona-icon changelog",
"ilustration:sync": "yarn workspace @privyid/persona-ilustration sync",
"ilustration:changelog": "yarn workspace @privyid/persona-ilustration changelog"
},
"devDependencies": {
"@interactjs/types": "1.10.27",
"@privyid/browserslist-config": "workspace:^",
"@privyid/eslint-config-persona": "workspace:^",
"@privyid/ghoulscript": "0.1.0-alpha.4",
"@privyid/tailwind-preset": "workspace:^",
"@rollup/plugin-inject": "5.0.5",
"@rushstack/eslint-patch": "1.10.4",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/vue": "8.1.0",
"@types/html-escaper": "3.0.2",
"@types/lodash-es": "4.17.12",
"@types/marked": "6.0.0",
"@types/sanitize-html": "2.13.0",
"@types/scroll-into-view": "1.16.4",
"@types/webfontloader": "1.6.38",
"@types/zxcvbn": "4.4.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-vue": "4.5.2",
"@vitest/browser": "0.25.8",
"@vitest/coverage-c8": "0.24.5",
"@vue/eslint-config-typescript": "13.0.0",
"autoprefixer": "10.4.20",
"browserslist-to-esbuild": "2.1.1",
"eslint": "8.57.0",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-formatter-pretty": "5.0.0",
"eslint-plugin-align-assignments": "1.1.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-varspacing": "1.2.2",
"eslint-plugin-vue": "9.23.0",
"happy-dom": "8.9.0",
"husky": "9.1.6",
"jest-extended": "4.0.2",
"lint-staged": "15.2.10",
"nanodelay": "2.0.2",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-nested": "6.2.0",
"sharp": "0.33.5",
"svgo": "3.3.2",
"tailwindcss": "3.4.13",
"typescript": "5.6.3",
"ufo": "1.5.4",
"unenv": "1.10.0",
"vite-plugin-image-optimizer": "1.1.8",
"vitepress": "1.3.4",
"vitest": "0.24.5",
"vue-tsc": "2.1.6"
},
"dependencies": {
"@floating-ui/dom": "^1.0.4",
"@fontsource/dm-sans": "5.1.0",
"@jill64/universal-sanitizer": "^1.0.2",
"@juggle/resize-observer": "^3.4.0",
"@privyid/persona-icon": "workspace:^",
"@privyid/persona-ilustration": "workspace:^",
"@splidejs/splide": "^4.1.4",
"@testing-library/user-event": "^14.4.3",
"@tiptap/extension-font-family": "2.6.6",
"@tiptap/extension-highlight": "2.6.6",
"@tiptap/extension-image": "2.6.6",
"@tiptap/extension-link": "2.6.6",
"@tiptap/extension-placeholder": "2.6.6",
"@tiptap/extension-table": "2.6.6",
"@tiptap/extension-table-cell": "2.6.6",
"@tiptap/extension-table-header": "2.6.6",
"@tiptap/extension-table-row": "2.6.6",
"@tiptap/extension-text-align": "2.6.6",
"@tiptap/extension-text-style": "2.6.6",
"@tiptap/extension-underline": "2.6.6",
"@tiptap/pm": "2.6.6",
"@tiptap/starter-kit": "2.6.6",
"@tiptap/vue-3": "2.6.6",
"@vueuse/core": "11.0.3",
"@vueuse/math": "11.1.0",
"@zxing/browser": "0.1.5",
"@zxing/library": "0.21.3",
"chart.js": "4.4.4",
"date-fns": "4.1.0",
"defu": "6.1.4",
"fast-equals": "^5.0.0",
"fuse.js": "7.0.0",
"html-escaper": "^3.0.3",
"immutable": "^5.0.0-beta.5",
"interactjs": "1.10.27",
"lodash-es": "4.17.21",
"marked": "^14.0.0",
"nanodelay": "2.0.2",
"pdfjs-dist": "^4.0.0",
"postcss-hexrgba": "^2.1.0",
"postcss-lighten-darken": "^0.9.0",
"pspdfkit": "^2024.3.1",
"qr-code-styling": "^1.6.0-rc.1",
"scroll-into-view": "^1.16.2",
"tabbable": "6.2.0",
"tiptap-extension-font-size": "^1.2.0",
"vue-collapsed": "^1.2.5",
"vue-content-loader": "^2.0.1",
"vue-demi": "0.14.10",
"vue-router": "4.4.5",
"vuedraggable": "next",
"webfontloader": "1.6.28",
"zxcvbn": "^4.4.2"
},
"lint-staged": {
"*.(js|ts|vue)": [
"eslint --fix"
]
},
"workspaces": [
"packages/*"
]
}