-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
95 lines (95 loc) · 2.78 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
{
"name": "vega",
"version": "1.0.0",
"private": true,
"description": "vega",
"author": "Oliver Gosling",
"keywords": [
"gatsby"
],
"scripts": {
"predevelop": "node createMissingLanguageFiles.js",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"engines": {
"node": ">=16.15.1"
},
"dependencies": {
"@apollo/client": "^3.6.8",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"@radix-ui/react-tooltip": "^1.0.3",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@tippyjs/react": "^4.2.6",
"ag-grid-community": "^27.0.1",
"ag-grid-react": "^27.0.1",
"autoprefixer": "^10.4.7",
"aws-sdk": "^2.1188.0",
"babel-plugin-styled-components": "^2.0.7",
"classnames": "^2.3.1",
"dotenv": "^16.0.1",
"ethers": "^5.6.0",
"framer-motion": "^6.3.11",
"gatsby": "^4.24.3",
"gatsby-plugin-apollo": "^4.0.2",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-image": "^2.16.1",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-mdx": "^3.16.1",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-react-i18next": "^2.0.4",
"gatsby-plugin-sass": "^5.16.0",
"gatsby-plugin-sharp": "^4.16.1",
"gatsby-plugin-sitemap": "^5.16.0",
"gatsby-plugin-styled-components": "^5.16.0",
"gatsby-source-filesystem": "^4.18.0",
"gatsby-transformer-json": "^4.18.0",
"gatsby-transformer-remark": "^5.16.0",
"gatsby-transformer-sharp": "^4.16.0",
"graphql": "^15.8.0",
"gsap": "^3.10.4",
"i18next": "^21.8.10",
"markdown-to-jsx": "^7.1.7",
"openpgp": "^5.3.1",
"postcss": "^8.4.14",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.18.0",
"react-intersection-observer": "^9.3.3",
"react-moment": "^1.1.2",
"react-numeral": "^1.1.1",
"react-sparklines": "^1.7.0",
"react-stickynode": "^4.0.0",
"react-ui-scrollspy": "^2.3.0",
"react-waypoint": "^10.3.0",
"sass": "^1.52.3",
"styled-components": "^5.3.5",
"swiper": "^8.3.2",
"tailwindcss": "^3.1.3"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"@tippyjs/react": "^4.2.6",
"@types/node": "^18.11.9",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/parser": "^5.42.1",
"add": "^2.0.6",
"body-scroll-lock": "^4.0.0-beta.0",
"i18next-parser": "^6.0.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss-hyphens": "^0.1.0",
"typescript": "^4.8.4",
"yarn": "^1.22.19"
},
"packageManager": "[email protected]"
}