-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.13 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "gatsby-starter-tailwind",
"description": "Gatsby starter styled with Tailwind",
"version": "4.0.0",
"author": "Taylor Bryant <[email protected]>",
"dependencies": {
"@fontsource/dm-sans": "^4.5.0",
"gatsby": "5.13.1",
"gatsby-plugin-manifest": "5.13.0",
"gatsby-plugin-matomo": "^0.16.2",
"gatsby-plugin-offline": "6.13.0",
"gatsby-plugin-postcss": "6.13.0",
"gatsby-plugin-react-helmet": "6.13.0",
"gatsby-plugin-sharp": "5.13.0",
"gatsby-source-filesystem": "5.13.0",
"gatsby-transformer-remark": "6.13.0",
"gh-pages": "^3.2.3",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0"
},
"keywords": [
"gatsby",
"tailwind",
"tailwindcss",
"purgecss"
],
"license": "MIT",
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different \"**/*.{css,js,jsx,json,md}\"",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write \"**/*.{css,js,jsx,json,md}\"",
"fix": "npm run fix:lint && npm run fix:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "npm run develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@tailwindcss/forms": "0.5.7",
"autoprefixer": "10.4.16",
"cssnano": "6.0.3",
"eslint": "7.31.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.33.2",
"eslint-webpack-plugin": "4.0.1",
"gatsby-plugin-eslint": "4.0.4",
"postcss": "8.4.33",
"prettier": "2.3.2",
"tailwindcss": "3.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/taylorbryant/gatsby-starter-tailwind"
},
"bugs": {
"url": "https://github.com/taylorbryant/gatsby-starter-tailwind/issues"
}
}