-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.3 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
{
"name": "website",
"private": true,
"description": "Skynet Webportal Stock Website",
"version": "0.1.0",
"author": "Skynet Labs.",
"dependencies": {
"@fontsource/sora": "4.5.10",
"@fontsource/source-sans-pro": "4.5.11",
"@svgr/webpack": "6.2.1",
"bytes": "3.1.2",
"classnames": "2.3.1",
"copy-text-to-clipboard": "3.0.1",
"crypto-browserify": "3.12.0",
"framer-motion": "6.5.1",
"gatsby": "4.23.0",
"gatsby-background-image": "1.6.0",
"gatsby-plugin-env-variables": "2.2.0",
"gatsby-plugin-image": "2.23.0",
"gatsby-plugin-manifest": "4.23.0",
"gatsby-plugin-postcss": "5.19.0",
"gatsby-plugin-react-helmet": "5.18.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sharp": "4.21.0",
"gatsby-plugin-sitemap": "5.19.0",
"gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-source-filesystem": "4.19.0",
"gatsby-transformer-sharp": "4.21.0",
"gatsby-transformer-yaml": "4.22.0",
"gbimage-bridge": "0.2.2",
"http-status-codes": "2.2.0",
"ms": "2.1.3",
"nanoid": "4.0.0",
"normalize.css": "8.0.1",
"path-browserify": "1.0.1",
"polished": "4.2.2",
"postcss": "8.4.14",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "14.2.2",
"react-helmet": "6.1.0",
"react-use": "17.4.0",
"skynet-js": "4.3.0",
"stream-browserify": "3.0.0",
"swr": "1.3.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.4",
"autoprefixer": "10.4.8",
"cross-env": "7.0.3",
"cypress": "10.8.0",
"prettier": "2.6.2",
"tailwindcss": "3.1.8"
},
"keywords": [
"gatsby"
],
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"build": "gatsby build",
"develop": "cross-env GATSBY_API_URL=https://siasky.net gatsby develop",
"lint": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"cypress": "cypress"
},
"repository": {
"type": "git",
"url": "https://github.com/SkynetLabs/webportal-website"
},
"bugs": {
"url": "https://github.com/SkynetLabs/webportal-website/issues"
}
}