-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1012 Bytes
/
package.json
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
{
"name": "gridsome-tailwind-starter",
"description": "An opinionated starter template for Gridsome sites using TailwindCSS.",
"version": "1.0.0",
"engines": {
"node": ">=12.x"
},
"scripts": {
"build": "gridsome build",
"dev": "gridsome develop",
"explore": "gridsome explore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/two-beards/gridsome-tailwind-starter.git"
},
"keywords": [
"gridsome",
"tailwindcss",
"starter",
"template",
"vue"
],
"author": "two-beards",
"license": "MIT",
"bugs": {
"url": "https://github.com/two-beards/gridsome-tailwind-starter/issues"
},
"homepage": "https://github.com/two-beards/gridsome-tailwind-starter#readme",
"dependencies": {
"gridsome": "^0.7.0"
},
"devDependencies": {
"autoprefixer": "^10.0.2",
"postcss": "^8.1.9",
"tailwindcss": "^2.0.1"
}
}