-
Notifications
You must be signed in to change notification settings - Fork 490
/
package.json
113 lines (113 loc) · 3.46 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "redash-website",
"version": "1.0.0",
"description": "Redash Website & Knowledge Base",
"main": "n/a",
"dependencies": {
"algoliasearch": "^4.24.0",
"axios": "1.7.7",
"bootstrap-sass": "3.4.1",
"gatsby": "5.14.0",
"gatsby-image": "3.11.0",
"gatsby-link": "5.13.1",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-catch-links": "5.14.0",
"gatsby-plugin-feed": "5.13.1",
"gatsby-plugin-google-analytics": "5.13.1",
"gatsby-plugin-netlify": "5.1.1",
"gatsby-plugin-nprogress": "5.13.1",
"gatsby-plugin-preact": "7.14.0",
"gatsby-plugin-react-helmet": "6.13.1",
"gatsby-plugin-react-next": "2.0.1-13",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "5.14.0",
"gatsby-plugin-sitemap": "6.14.0",
"gatsby-plugin-twitter": "5.13.1",
"gatsby-remark-copy-linked-files": "6.13.2",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "7.13.2",
"gatsby-remark-prismjs": "7.14.0",
"gatsby-remark-responsive-iframe": "6.14.0",
"gatsby-remark-smartypants": "6.14.0",
"gatsby-remark-video": "^1.2.5",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-remark": "6.13.1",
"gatsby-transformer-sharp": "5.13.1",
"gatsby-transformer-yaml": "^5.13.1",
"got": "14.4.4",
"gry": "6.1.0",
"natives": "1.1.6",
"package.json": "^2.0.1",
"postcss": "8.4.49",
"react-bootstrap": "^2.10.5",
"source-map": "^0.7.4",
"webpack-dev-middleware": "7.4.2"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"animate.css": "4.1.1",
"babel-eslint": "10.1.0",
"emergence.js": "1.1.2",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"font-awesome": "4.7.0",
"gh-pages": "6.2.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"lodash": "4.17.21",
"modern-normalize": "3.0.1",
"node-sass": "9.0.0",
"prettier": "3.3.3",
"prismjs": "1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"textlint": "14.3.0",
"textlint-rule-preset-ja-spacing": "2.4.3",
"textlint-rule-preset-japanese": "10.0.3"
},
"resolutions": {
"natives": "1.1.3"
},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write",
"git add"
],
"*.md": [
"npm run lint:textfix",
"git add"
]
},
"scripts": {
"build": "gatsby build && cp _redirects public/",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.+(js|json|md)\"",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"lint:text": "textlint src/pages/**/index.md",
"lint:textfix": "textlint --fix src/pages/**/index.md",
"precommit": "lint-staged",
"test": "prettier --write \"**/*.+(js|jsx|json|css|scss)\"",
"fetch-contributors": "node bin/fetch-contributors.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getredash/website.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/getredash/website/issues"
},
"homepage": "https://github.com/getredash/website#readme",
"optionalDependencies": {
"fsevents": "^2.3.3"
}
}