-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "bpm",
"type": "module",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev:web": "npm run netlify:dev --workspace=@bpm/web",
"build": "npm run build --workspaces --if-present",
"prettier": "npm run prettier --workspaces --if-present",
"prettier:fix": "npm run prettier:fix --workspaces --if-present"
},
"engines": {
"node": ">=22.0.0"
},
"browserslist": [
"last 4 years and not dead"
],
"dependencies": {
"@alpinejs/collapse": "^3.15.4",
"@astrojs/sitemap": "^3.7.0",
"@bpm/custom-merge": "workspace:*",
"@bpm/design-system": "workspace:*",
"@fontsource/hanken-grotesk": "^5.2.8",
"@lucide/astro": "^0.562.0",
"@netlify/plugin-lighthouse": "^6.0.4",
"@tailwindcss/vite": "^4.1.18",
"alpinejs": "^3.15.4",
"astro": "5.16.11",
"astro-compress": "^2.3.9",
"astro-meta-tags": "^0.4.0",
"astro-page-insight": "^0.10.2",
"lodash": "^4.17.21",
"prettier": "^3.8.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwind-merge": "^3.4.0"
}
}