-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 960 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 960 Bytes
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
{
"name": "simulate",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "PWDEBUG=1 playwright test --headed",
"test:e2e:real": "playwright test --config=playwright.real.config.ts",
"test:e2e:real:headed": "playwright test --config=playwright.real.config.ts --headed"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/solid-js": "^5.1.3",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.6",
"lucide-astro": "^0.556.0",
"solid-js": "^1.9.10",
"tailwindcss": "^4.1.18",
"tevm": "1.0.0-next.149",
"viem": "^2.43.5"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"dotenv": "^16.5.0",
"wrangler": "^4.54.0"
}
}