File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " streetsupport-platform-web" ,
3+ "description" : " Public-facing website for Street Support Network. Helps users find support services and allows partners to manage their listings." ,
4+ "language" : " TypeScript" ,
5+ "framework" : " Next.js" ,
6+ "reactVersion" : " 18.3.1" ,
7+ "nextVersion" : " 15.3.2" ,
8+ "tailwind" : true ,
9+ "testing" : {
10+ "unit" : " jest" ,
11+ "e2e" : " playwright" ,
12+ "mocks" : [" __mocks__/leaflet.js" , " __mocks__/react-leaflet.tsx" ]
13+ },
14+ "ci" : {
15+ "provider" : " github-actions" ,
16+ "workflows" : [" unit.yml" , " e2e.yml" ]
17+ },
18+ "env" : {
19+ "GOOGLE_MAPS_API_KEY" : " required" ,
20+ "NEXT_PUBLIC_ENV" : " optional"
21+ },
22+ "features" : {
23+ "geolocation" : true ,
24+ "map-view" : true ,
25+ "cms-integration" : " in progress" ,
26+ "virtual-assistant" : " planned"
27+ },
28+ "paths" : {
29+ "components" : " src/components" ,
30+ "data" : " src/data" ,
31+ "pages" : " src/pages" ,
32+ "types" : " src/types"
33+ }
34+ }
You can’t perform that action at this time.
0 commit comments