-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·36 lines (36 loc) · 992 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
34
35
36
{
"name": "transit-easy",
"displayName": "TransitEasy",
"version": "2.0.1",
"private": "true",
"description": "Chrome Extension that allows you to see transit directions for listings on StreetEasy",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"build:safari": "wxt build -b safari",
"setup:safari": "xcrun safari-web-extension-packager .output/safari-mv2 --project-location .output --bundle-identifier com.balloman.TransitEasy",
"zip": "wxt zip",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"postinstall": "wxt prepare"
},
"dependencies": {
"daisyui": "^5.5.20",
"solid-js": "^1.9.9",
"solid-transition-group": "^0.2.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^24",
"@wxt-dev/module-solid": "^1.1.4",
"oxfmt": "^0.57.0",
"oxlint": "^1.72.0",
"tailwindcss": "^4.3.0",
"typescript": "6.0.3",
"wxt": "^0.20.26"
}
}