-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.48 KB
/
Copy pathpackage.json
File metadata and controls
144 lines (144 loc) · 4.48 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
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
{
"name": "cronfluent",
"version": "1.0.0",
"private": true,
"description": "A beautiful, visual 5-field cron expression builder with live human descriptions, pattern support (L, #), and OKLCH theming.",
"keywords": [
"cron",
"visual-builder",
"scheduler",
"oklch",
"pwa",
"react",
"typescript",
"tailwind-v4"
],
"bugs": {
"email": "pavlovicmstevan@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pavstev/cronfluent.git"
},
"author": {
"name": "Stevan Pavlovic",
"email": "pavlovicmstevan@gmail.com",
"url": "https://stevanpavlovic.com"
},
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"build": "vite build",
"deploy": "pnpm build && wrangler deploy",
"deploy:dry-run": "pnpm build && wrangler deploy --dry-run",
"deploy:tail": "wrangler tail --format pretty",
"deploy:versions": "wrangler versions list",
"dev": "vite dev --port 3000",
"format": "prettier --write --log-level=warn .",
"preinstall": "pnpm-only",
"knip": "knip --config knip.config.ts",
"lint": "eslint --cache --cache-location .eslintcache/ --fix --max-warnings 0 --no-warn-ignored",
"preview": "vite preview",
"stylelint": "stylelint \"src/**/*.css\" --cache --cache-location .stylelintcache/",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:install": "playwright install chromium",
"test:e2e:ui": "playwright test --ui",
"test:e2e:update": "playwright test --update-snapshots",
"test:watch": "vitest",
"typecheck": "tsc --noEmit && tsc --noEmit -p e2e/tsconfig.json",
"verify": "pnpm format && pnpm lint && pnpm stylelint && pnpm knip && pnpm typecheck && pnpm build && pnpm test:coverage",
"verify:all": "pnpm verify && pnpm test:e2e"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/martian-mono": "^5.2.7",
"@nanostores/persistent": "^1.3.4",
"@nanostores/react": "^1.1.0",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tabler/icons-react": "^3.43.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"croner": "^10.0.1",
"cronstrue": "^3.14.0",
"date-fns": "^4.1.0",
"nanostores": "^1.3.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.5.0",
"ts-pattern": "^5.9.0",
"usehooks-ts": "^3.1.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.3",
"@cloudflare/vite-plugin": "^1.36.3",
"@eslint-react/eslint-plugin": "^5.7.3",
"@eslint/config-helpers": "^0.6.0",
"@playwright/test": "^1.59.1",
"@tailwindcss/vite": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "4.1.5",
"@vitest/eslint-plugin": "^1.6.16",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-better-tailwindcss": "^4.5.0",
"eslint-plugin-perfectionist": "^5.9.0",
"eslint-plugin-playwright": "^2.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-refresh": "^0.5.2",
"jsdom": "^29.1.1",
"knip": "^6.12.0",
"lefthook": "^2.1.6",
"pnpm-only": "^1.0.0",
"postcss-syntax": "^0.36.2",
"prettier": "^3.8.3",
"prettier-plugin-jsdoc": "^1.8.0",
"prettier-plugin-multiline-arrays": "^4.1.8",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^3.0.2",
"prettier-plugin-sh": "^0.18.1",
"stylelint": "^17.11.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.10",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.5",
"wrangler": "^4.90.0"
},
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=22.12.0",
"pnpm": ">=10.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lefthook",
"lightningcss",
"onnxruntime-node",
"protobufjs",
"sharp",
"workerd"
],
"overrides": {
"sharp": "0.34.5"
}
}
}