-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 2.85 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
{
"name": "@storipress/leaky-paywall",
"type": "module",
"version": "1.11.3",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": "20.14.0"
},
"workspaces": [
".",
"packages/*"
],
"scripts": {
"dev": "moon run dev",
"build": "moon run build",
"size": "moon run size",
"minify": "moon run minify",
"build:lib": "moon run minify",
"test": "moon run test --",
"test:coverage": "moon run test-coverage --",
"deploy": "moon run deploy --"
},
"size-limit": [
{
"path": "lib/leaky-paywall.min.js"
}
],
"dependencies": {
"@formkit/auto-animate": "0.8.2",
"@nanostores/persistent": "0.10.1",
"@nanostores/vue": "0.10.0",
"@urql/vue": "1.3.2",
"@vee-validate/zod": "4.13.1",
"@vueuse/math": "10.11.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"defu": "6.1.4",
"destr": "2.0.3",
"effect": "3.4.6",
"graphql-web-lite": "16.6.0-4",
"lucide-vue-next": "0.400.0",
"nanostores": "0.10.3",
"p-mutex": "0.1.0",
"radix-vue": "1.8.5",
"shared": "workspace:*",
"storipress-client": "workspace:*",
"tailwind-merge": "2.3.0",
"tailwindcss-animate": "1.0.7",
"ts-pattern": "5.2.0",
"vee-validate": "4.13.1",
"vue": "3.4.31",
"vue-sonner": "1.1.3",
"zod": "3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "1.12.10",
"@antfu/eslint-config": "2.21.2",
"@effect/vitest": "0.6.0",
"@egoist/tailwindcss-icons": "1.8.1",
"@iconify-json/lucide": "1.1.197",
"@moonrepo/cli": "1.26.6",
"@sindresorhus/slugify": "2.2.1",
"@size-limit/file": "11.1.4",
"@tailwindcss/typography": "0.5.13",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/vue": "8.1.0",
"@thedutchcoder/postcss-rem-to-px": "0.0.2",
"@types/eslint": "8.56.10",
"@vitejs/plugin-vue": "5.0.5",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"@vue/devtools-api": "7.3.5",
"@vueuse/core": "10.11.0",
"autoprefixer": "10.4.19",
"esbuild": "0.23.0",
"eslint": "9.6.0",
"happy-dom": "14.12.3",
"lorem-ipsum": "2.0.8",
"open-cli": "8.0.0",
"polished": "4.3.1",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"proper-tags": "2.0.2",
"remeda": "2.2.2",
"rollup-plugin-visualizer": "5.12.0",
"shadcn-vue": "0.10.5",
"size-limit": "11.1.4",
"tailwindcss": "3.4.4",
"tsx": "4.16.2",
"typescript": "5.5.3",
"unplugin-auto-import": "0.17.6",
"unplugin-macros": "0.13.1",
"unplugin-vue-components": "0.27.2",
"vite": "5.3.3",
"vite-plugin-graphql-codegen": "3.3.8",
"vite-plugin-vue-devtools": "7.3.5",
"vitest": "1.6.0",
"vue-router": "4.4.0",
"vue-tsc": "2.0.24",
"zx": "8.1.3"
},
"resolutions": {
"@opentelemetry/api": "1.6.0"
}
}