-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.97 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
{
"name": "goinvo.com",
"description": "Static site for goinvo.com using GatsbyJS",
"version": "1.0.0",
"author": "Craig McGinley <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@mdx-js/tag": "^0.20.3",
"airtable": "^0.12.2",
"aws-sdk": "^2.328.0",
"d3-axis": "^3.0.0",
"d3-fetch": "^3.0.1",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"dotenv": "^16.3.1",
"gatsby": "^5.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-mdx": "^5.13.0",
"gatsby-plugin-page-creator": "^5.0.0",
"gatsby-plugin-react-helmet": "^6.0.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^6.0.0",
"gatsby-source-filesystem": "^5.0.0",
"jquery": "^3.3.1",
"mime-types": "^2.1.20",
"purecss": "^3.0.0",
"randomstring": "^1.1.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-google-charts": "^4.0.1",
"react-helmet": "^6.1.0",
"react-hubspot-form": "^1.3.6",
"react-redux": "^9.0.4",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.29.0",
"rework": "^1.0.1",
"rework-pure-grids": "^2.0.1",
"sass": "^1.63.2",
"sass-mq": "^6.0.0",
"slick-carousel": "^1.8.1",
"smoothscroll-polyfill": "^0.4.3"
},
"scripts": {
"rework-css": "node ./src/rework-pure-grids.js",
"gatsby-build": "gatsby build",
"build": "run-s rework-css gatsby-build",
"gatsby-develop": "gatsby develop",
"develop": "run-s rework-css gatsby-develop",
"format": "prettier --write '**/*.{js,json,scss}'",
"upload": "node upload.js",
"redirect": "node redirect.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"husky": "^8.0.3",
"npm-run-all": "^4.1.3",
"prettier": "^3.1.1",
"pretty-quick": "^3.1.3"
},
"engines": {
"node": ">=18.18.*"
}
}