forked from dirtybits/catalyst-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.96 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.96 KB
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
{
"name": "catalyst-coin-website",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.6",
"dotenv": "^8.1.0",
"gatsby": "^2.16.1",
"gatsby-plugin-google-analytics": "^2.1.23",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.2.31",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-plugin-twitter": "^2.1.12",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-transformer-sharp": "^2.2.23",
"gatsby-transformer-yaml": "^2.2.15",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.17.1",
"react": "^16.10.2",
"react-async-script-loader": "^0.3.0",
"react-collapsible": "^2.6.0",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.10.2",
"gatsby-plugin-catch-links": "^2.1.15",
"gatsby-remark-autolink-headers": "^2.1.16",
"gatsby-remark-copy-images": "^0.2.1",
"gatsby-remark-copy-linked-files": "^2.1.28",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-responsive-image": "^1.0.0-alpha13-alpha.435e0178",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-remark": "^2.6.30",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"syncyarnlock": "^1.0.19",
"xmldom": "^0.1.27",
"xpath": "^0.0.27"
},
"scripts": {
"update:sync": "syncyarnlock -k -s",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "eslint --fix 'src/**/*.js'",
"lint": "eslint .",
"postinstall": "npm rebuild node-sass",
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "lint-staged"
}
}