-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.47 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
{
"name": "skynetlabs-website",
"private": true,
"description": "Skynet Labs official website",
"version": "0.1.0",
"author": "Skynet Labs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SkynetLabs/skynetlabs-website"
},
"bugs": {
"url": "https://github.com/SkynetLabs/skynetlabs-website/issues"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"cypress": "cypress"
},
"dependencies": {
"@fontsource/sora": "4.5.10",
"@fontsource/source-sans-pro": "4.5.11",
"@svgr/webpack": "6.3.1",
"classnames": "2.3.2",
"framer-motion": "6.5.1",
"gatsby": "4.23.0",
"gatsby-background-image": "1.6.0",
"gatsby-plugin-image": "2.23.0",
"gatsby-plugin-manifest": "4.23.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-postcss": "5.23.0",
"gatsby-plugin-purgecss": "6.1.2",
"gatsby-plugin-react-helmet": "5.23.0",
"gatsby-plugin-remote-images": "^3.5.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sharp": "4.23.0",
"gatsby-plugin-sitemap": "5.23.0",
"gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-remark-classes": "1.0.2",
"gatsby-remark-copy-linked-files": "5.23.0",
"gatsby-remark-images": "6.23.0",
"gatsby-remark-prismjs": "6.23.0",
"gatsby-remark-responsive-iframe": "5.23.0",
"gatsby-remark-smartypants": "5.23.0",
"gatsby-source-filesystem": "4.23.0",
"gatsby-source-ghost": "^5.0.0",
"gatsby-transformer-remark": "5.23.0",
"gatsby-transformer-sharp": "4.23.0",
"gatsby-transformer-yaml": "4.23.0",
"gbimage-bridge": "0.2.2",
"jsonp": "0.2.1",
"normalize.css": "8.0.1",
"polished": "4.2.2",
"popmotion": "11.0.5",
"postcss": "8.4.16",
"preact-svg-loader": "0.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-share": "4.4.0",
"react-svg-loader": "3.0.3",
"react-syntax-highlighter": "15.5.0",
"react-use": "17.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.7",
"autoprefixer": "10.4.11",
"cross-env": "7.0.3",
"cypress": "10.8.0",
"cypress-file-upload": "5.0.8",
"prettier": "2.7.1",
"prop-types": "15.8.1",
"tailwindcss": "3.1.8"
}
}