-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.65 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.65 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
{
"name": "procurement-leaders-congress-template",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:cloudcannon": "./scripts/build:cloudcannon.sh",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --ignore-path .prettierignore './**/*.{js,jsx,ts,tsx,json,md}'",
"fmt": "pnpm prettier --write",
"bookshop": "npx @bookshop/generate",
"cy": "cypress open --browser electron",
"cy:e2e": "cypress open --e2e --browser electron",
"cy:component": "cypress open --component --browser electron",
"cy:run:e2e": "cypress run --e2e --browser electron",
"cy:run:component": "cypress run --component --browser electron",
"lint": "eslint './**/*.{js,jsx,ts,tsx,json,astro}'"
},
"dependencies": {
"@astrojs/react": "~4.1.6",
"@astrojs/tailwind": "~5.1.5",
"@bookshop/astro-bookshop": "3.14.0",
"@fontsource/roboto": "~5.2.5",
"@tailwindcss/typography": "~0.5.16",
"@types/markdown-it": "~14.1.2",
"@types/sanitize-html": "~2.15.0",
"astro": "~5.1.9",
"astro-seo": "~0.8.4",
"clsx": "~2.1.1",
"cypress-real-events": "~1.14.0",
"dompurify": "~3.2.5",
"embla-carousel-react": "~8.5.2",
"html-react-parser": "~5.2.3",
"markdown-it": "~14.1.0",
"mixpanel-browser": "~2.60.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-hook-form": "~7.54.2",
"sanitize-html": "~2.15.0",
"tailwindcss": "~3.4.17"
},
"devDependencies": {
"@astrojs/ts-plugin": "~1.10.4",
"@bookshop/astro-engine": "3.14.0",
"@bookshop/browser": "3.14.0",
"@bookshop/generate": "3.14.0",
"@tailwindcss/cli": "~4.0.9",
"@trivago/prettier-plugin-sort-imports": "~5.2.2",
"@types/mixpanel-browser": "~2.51.0",
"@types/react": "~19.0.10",
"@types/react-dom": "~19.0.4",
"@typescript-eslint/parser": "~8.25.0",
"cypress": "~14.2.0",
"cypress-cy-select": "~0.2.3",
"cypress-mochawesome-reporter": "~3.8.2",
"cypress-multi-reporters": "~2.0.5",
"eslint": "~9.21.0",
"eslint-plugin-astro": "~1.3.1",
"eslint-plugin-jsx-a11y": "~6.10.2",
"jiti": "~2.4.2",
"junit-report-merger": "~7.0.0",
"mocha-junit-reporter": "~2.2.1",
"prettier": "~3.4.2",
"prettier-plugin-astro": "~0.14.1",
"prettier-plugin-tailwindcss": "~0.6.11",
"rimraf": "~6.0.1",
"start-server-and-test": "~2.0.11",
"typescript": "~5.8.2",
"typescript-eslint": "~8.25.0",
"vite": "~6.1.1",
"vitest": "~3.0.8"
},
"overrides": {
"@bookshop/astro-engine": {
"astro": "~5.1.0"
}
},
"engines": {
"node": ">=22.13.1",
"pnpm": ">=10.6.5"
}
}