-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.56 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
{
"private": true,
"name": "sanity-kitchen-sink-web",
"version": "1.0.5",
"author": "Sanity <[email protected]>",
"scripts": {
"tailwind:css": "tailwind build src/css/tailwind.src.css -c tailwind.js -o src/css/tailwind.css",
"build": "gatsby build",
"clean-cache": "gatsby clean",
"dev": "gatsby develop",
"lint": "eslint .",
"format": "prettier-eslint --write \"**/*.js\" \"!.cache/**\" \"!node_modules/**\" \"!public/**\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.1.0",
"@sanity/image-url": "^0.140.19",
"date-fns": "^1.30.1",
"dotenv": "^8.2.0",
"gatsby": "^3.0.4",
"gatsby-plugin-image": "^1.0.1",
"gatsby-plugin-google-analytics": "^3.0.0",
"gatsby-plugin-postcss": "^4.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sharp": "^3.0.1",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-sanity": "^7.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"katex": "^0.11.1",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^5.2.1",
"react-instagram-embed": "^1.5.0",
"react-player": "^1.15.2",
"tailwindcss": "^1.9.6"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-prettier": "^3.3.1",
"prettier-eslint-cli": "^4.7.1"
}
}