-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
46
{
"name": "gatsby-starter-tailwind",
"description": "Keycapsss Link Site",
"version": "1.0.0",
"author": "BenRoe",
"dependencies": {
"gatsby": "4.13.1",
"gatsby-plugin-manifest": "4.13.0",
"gatsby-plugin-offline": "5.13.0",
"gatsby-plugin-postcss": "5.13.0",
"gatsby-plugin-react-helmet": "5.13.0",
"gatsby-plugin-sharp": "4.13.0",
"prop-types": "15.8.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-helmet": "6.1.0"
},
"keywords": [
"gatsby",
"tailwind",
"tailwindcss",
"purgecss"
],
"license": "MIT",
"scripts": {
"analyze:prettier": "prettier --list-different \"**/*.{css,js,jsx,json,md}\"",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"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"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.1",
"autoprefixer": "10.4.7",
"cssnano": "5.1.7",
"postcss": "8.4.13",
"prettier": "2.6.2",
"tailwindcss": "3.0.24"
}
}