-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1016 Bytes
/
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
{
"name": "ts_astro_lighthouse_reports",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "pnpm create:report && astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"create:report": "tsx src/lighthouse/runner.ts"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/tailwind": "^5.1.4",
"apexcharts": "^3.54.1",
"astro": "^4.16.18",
"chrome-launcher": "^1.1.2",
"dayjs": "^1.11.13",
"flowbite": "^2.5.2",
"globby": "^14.0.2",
"lighthouse": "^12.3.0",
"p-limit": "^5.0.0",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"esbuild": "^0.20.2"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}