-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.03 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.03 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
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
{
"name": "website",
"description": "frontside.com",
"version": "2.0.0",
"author": "Frontside Team <engineering@frontside.com>",
"private": true,
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"start:ntl": "ntl dev",
"clean": "gatsby clean",
"build": "gatsby build",
"serve": "gatsby serve",
"format": "prettier --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "bigtest ci -c bigtest.ci.json",
"test:server": "bigtest server --launch=chrome",
"test:run": "bigtest test",
"check-urls": "node ./lib/check-urls/index.js",
"verify-sitemap": "./lib/verify-sitemap/index.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o ./public/storybook"
},
"volta": {
"node": "18.12.0",
"yarn": "1.22.10"
},
"dependencies": {
"@jd-carroll/gatsby-remark-external-links": "^0.1.0",
"@lottiefiles/react-lottie-player": "^3.4.1",
"@netlify/functions": "^0.10.0",
"@typeform/embed-react": "^2.10.0",
"@types/react-helmet": "^6.1.2",
"@vanilla-extract/babel-plugin": "^1.0.1",
"@vanilla-extract/css": "^1.4.0",
"@vanilla-extract/css-utils": "^0.1.1",
"@vanilla-extract/webpack-plugin": "^2.0.0",
"axios": "^0.24.0",
"dateformat": "5.0.3",
"downshift": "^6.1.7",
"gatsby": "^3.10.1",
"gatsby-plugin-feed": "^3.10.1",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-netlify": "^3.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "4.11.0",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-copy-linked-files": "^4.7.0",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-remark-images": "^5.7.0",
"gatsby-remark-prismjs": "^5.7.0",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-sharp": "^3.10.0",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.4",
"lodash.round": "^4.0.4",
"plausible-tracker": "^0.3.1",
"prettier": "^2.3.2",
"prismjs": "^1.26.0",
"prop-types": "^15.6.0",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-hook-inview": "^4.3.11",
"react-transition-group": "^4.4.2",
"rimraf": "^3.0.2",
"uuid": "^11.0.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-typescript": "^7.14.5",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/builder-webpack5": "^6.3.7",
"@storybook/manager-webpack5": "^6.3.7",
"@storybook/react": "^6.3.7",
"babel-loader": "^9.1.0",
"bigtest": "^0.14.0",
"netlify-cli": "^12.2.8",
"storybook-addon-gatsby": "^0.0.5",
"storybook-dark-mode": "^1.0.8"
}
}