-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 988 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
{
"name": "gatsby-tailwind-issue",
"description": "Gatsby Tailwind Issue",
"private": true,
"version": "0.3.0",
"author": "Steven Sacks <[email protected]",
"scripts": {
"build": "gatsby build -- --verbose",
"deploy": "gatsby-plugin-s3 deploy --yes",
"develop": "gatsby develop",
"start": "npm run develop",
"watch": "TAILWIND_MODE=watch npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@reach/router": "^1.3.4",
"autoprefixer": "^10.3.7",
"gatsby": "^4.0.1",
"gatsby-cli": "^4.0.0",
"gatsby-plugin-postcss": "^5.0.0",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"tailwindcss": "^2.2.17"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"babel-loader": "^8.2.3",
"babel-preset-react-app": "^10.0.0",
"cssnano": "^5.0.8",
"postcss-cli": "^9.0.1"
}
}