|
1 | 1 | {
|
2 | 2 | "name": "chasegiunta/craft-vue-tailwind",
|
3 |
| - "description": "Craft CMS", |
4 |
| - "version": "1.0", |
| 3 | + "description": "Fork of template that integrates the Tailwind CSS utility framework & removes unused CSS with Purgecss.", |
| 4 | + "version": "1.03", |
5 | 5 | "minimum-stability": "RC",
|
6 | 6 | "keywords": [
|
7 | 7 | "craft",
|
8 | 8 | "cms",
|
9 | 9 | "craftcms",
|
10 |
| - "project" |
| 10 | + "project", |
| 11 | + "vue", |
| 12 | + "vue.js", |
| 13 | + "tailwind", |
| 14 | + "tailwindcss" |
11 | 15 | ],
|
12 | 16 | "license": "MIT",
|
13 | 17 | "homepage": "https://craftcms.com/",
|
14 | 18 | "type": "project",
|
15 | 19 | "support": {
|
16 |
| - |
17 |
| - "issues": "https://github.com/craftcms/cms/issues", |
18 |
| - "forum": "https://craftcms.stackexchange.com/", |
19 |
| - "source": "https://github.com/craftcms/cms", |
20 |
| - "docs": "https://craftcms.com/docs", |
21 |
| - "rss": "https://craftcms.com/changelog.rss" |
| 20 | + |
| 21 | + "issues": "https://github.com/chasegiunta/craft-vue-tailwind/issues", |
| 22 | + "source": "https://github.com/chasegiunta/craft-vue-tailwind", |
| 23 | + "docs": "https://github.com/chasegiunta/craft-vue-tailwind" |
22 | 24 | },
|
23 | 25 | "require": {
|
24 |
| - "craftcms/cms": "^3.0.0-RC1", |
| 26 | + "craftcms/cms": "^3.0.0", |
25 | 27 | "vlucas/phpdotenv": "^2.4.0",
|
26 | 28 | "clubstudioltd/craft-asset-rev": "v6.0.0"
|
27 | 29 | },
|
|
0 commit comments