forked from gridsome/gridsome-starter-default
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.3 KB
/
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
39
40
41
42
43
44
45
{
"author": "Brandon Pittman",
"license": "MIT",
"private": false,
"scripts": {
"develop": "gridsome develop",
"explore": "gridsome explore",
"build": "gridsome build",
"lint": "eslint . --ext vue,js,jsx,ts,tsx"
},
"dependencies": {
"gridsome": "latest",
"gridsome-plugin-base-components": "latest"
},
"devDependencies": {
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-gridsome": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "latest",
"gridsome-plugin-svg": "latest",
"gridsome-plugin-tailwindcss": "latest",
"snazzy": "latest",
"standard": "latest",
"tailwindcss-plugin-fancy": "latest"
},
"name": "gridsome-starter-default",
"description": "A better starter package for Gridsome that includes Tailwind CSS.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/brandonpittman/gridsome-starter-default.git"
},
"keywords": [
"gridsome",
"vue"
],
"bugs": {
"url": "https://github.com/brandonpittman/gridsome-starter-default/issues"
},
"homepage": "https://github.com/brandonpittman/gridsome-starter-default#readme"
}