-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarter-kit.yaml
51 lines (51 loc) · 1.43 KB
/
starter-kit.yaml
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
42
43
44
45
46
47
48
49
50
51
export_paths:
- .env.thoughtco
- .editorconfig
- package.json
- README.md
- content
- app/Caching
- app/Console
- app/Listeners
- app/Providers/AppServiceProvider.php
- app/Providers/EventServiceProvider.php
- bootstrap/providers.php
- config/blurhash.php
- config/cache.php
- config/filesystems.php
- config/geocoder.php
- config/statamic-postmark-spamcheck.php
- config/statamic/antlers.php
- config/statamic/assets.php
- config/statamic/cp.php
- config/statamic/editions.php
- config/statamic/seo-pro.php
- config/statamic/static_caching.php
- config/thoughtco/client-dashboard.php
- config/thoughtco/minify.php
- config/thoughtco/site.php
- config/statamic-scheduled-cache-invalidator.php
- resources/blueprints
- resources/css/site.css
- resources/fieldsets
- resources/forms
- resources/js/site.js
- resources/sites.yaml
- resources/users
- resources/views
- routes/web.php
- users
dependencies:
aerni/social-links: ^3.0
coconutcraig/laravel-postmark: ^3.2
duncanmcclean/static-cache-manager: ^4.0
jonassiewertsen/statamic-livewire: ^3.0
mitydigital/statamic-scheduled-cache-invalidator: ^2.0
spatie/geocoder: ^3.15
statamic/seo-pro: '*'
thoughtco/statamic-cache-tracker: ^0.8
thoughtco/statamic-cookiepanel: ^2.0
thoughtco/statamic-cp-resources: ^1.0
thoughtco/statamic-minify: ^2.0
thoughtco/statamic-postmark-spamcheck: ^1.0
thoughtco/statamic-redirects: ^1.3