forked from vegaprotocol/vega.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.9 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
{
"name": "vega",
"version": "1.0.0",
"private": true,
"description": "vega",
"author": "Oliver Gosling",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.1",
"babel-plugin-styled-components": "^2.0.2",
"bignumber.js": "^9.0.2",
"framer-motion": "^6.2.8",
"gatsby": "^4.2.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-mdx": "^3.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-sass": "^5.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-sitemap": "^5.2.0",
"gatsby-plugin-styled-components": "^5.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-source-medium": "^4.4.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"gsap": "^3.9.1",
"postcss": "^8.4.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-fast-marquee": "^1.3.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.1.0",
"react-moment": "^1.1.1",
"react-responsive": "^9.0.0-beta.6",
"react-scrollspy": "^3.4.3",
"react-stickynode": "^4.0.0",
"react-waypoint": "^10.1.0",
"sass": "^1.43.4",
"styled-components": "^5.3.3",
"tailwindcss": "^3.0.11"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.3.1",
"body-scroll-lock": "^4.0.0-beta.0",
"gatsby-plugin-netlify": "^4.0.0",
"prettier": "^2.5.0",
"prettier-plugin-tailwind": "^2.2.12",
"tailwindcss-hyphens": "^0.1.0"
}
}