-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.6 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "tezos.co.il",
"private": true,
"description": "Tezos-IL website",
"version": "0.1.0",
"dependencies": {
"classnames": "^2.2.6",
"date-fns": "^2.21.3",
"gatsby": "^3.1.2",
"gatsby-plugin-feed": "^3.5.0",
"gatsby-plugin-gatsby-cloud": "^2.1.0",
"gatsby-plugin-google-tagmanager": "^3.6.0",
"gatsby-plugin-image": "^1.5.0",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-netlify-cms": "5.3.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^3.1.2",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-remark-copy-linked-files": "^4.1.0",
"gatsby-remark-images": "^5.1.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-json": "^3.5.0",
"gatsby-transformer-remark": "^4.1.0",
"gatsby-transformer-sharp": "^3.1.0",
"lodash": "^4.17.21",
"netlify-cms-app": "^2.14.46",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-share": "^4.4.0"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"autoprefixer": "^10.2.5",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-postcss": "^4.1.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"netlify-cms-proxy-server": "^1.3.13",
"postcss": "^8.2.8",
"prettier": "2.2.1",
"tailwindcss": "^2.0.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"local": "netlify-cms-proxy-server",
"develop": "gatsby develop",
"format": "prettier --loglevel warn --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"pretest": "npm run lint",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"posttest": "npm run format",
"lint": "eslint . --cache --fix",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,jsx,ts,tsx,json,md,css}": "prettier --write"
}
}