-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
130 lines (130 loc) · 4.22 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "tezos-buidl",
"private": true,
"description": "Interactive Code School for learning smart contract development on the Tezos blockchain using SmartPy",
"version": "0.1.0",
"author": "",
"dependencies": {
"@airgap/beacon-sdk": "^2.2.1",
"@babel/compat-data": "^7.9.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@mdx-js/mdx": "^1.5.7",
"@mdx-js/react": "^1.5.7",
"@monaco-editor/react": "^3.1.2",
"@react-three/drei": "^4.3.3",
"@react-three/fiber":"^6.0.19",
"@sentry/gatsby": "^6.2.2",
"@taquito/beacon-wallet": "^8.0.3-beta.0",
"@taquito/signer": "^8.0.3-beta.0",
"@taquito/taquito": "^8.0.3-beta.0",
"@taquito/tzip16": "^8.0.3-beta.0",
"@thanos-wallet/dapp": "^2.2.2",
"amplitude-js": "^5.11.0",
"autoprefixer": "^10.2.3",
"color-name-list": "^7.31.0",
"dot-prop": "^6.0.0",
"dotenv": "^8.2.0",
"emailjs-com": "^2.6.4",
"gatsby": "^2.25.2",
"gatsby-background-image": "^1.0.1",
"gatsby-image": "^2.2.39",
"gatsby-plugin-amplitude-analytics": "^2.0.0",
"gatsby-plugin-emotion": "^4.1.24",
"gatsby-plugin-fathom": "^2.1.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-mdx": "^1.0.82",
"gatsby-plugin-metomic": "0.0.2",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-portal": "^1.0.7",
"gatsby-plugin-postcss": "^3.6.0",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-plugin-sitemap": "^2.3.6",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-plugin-typography": "^2.5.1",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-remark-images": "^3.1.49",
"gatsby-remark-prismjs": "^3.3.35",
"gatsby-remark-smartypants": "^2.1.22",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-sharp": "^2.3.13",
"jotai": "^0.12.7",
"lodash.uniqby": "^4.7.0",
"magic-sdk": "^4.1.0",
"monaco-editor": "^0.20.0",
"polished": "^3.5.1",
"popper.js": "^1.16.1",
"postcss": "^8.2.4",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-clipboard.js": "^2.0.16",
"react-colorful": "^4.4.4",
"react-confetti": "^6.0.0",
"react-device-detect": "^1.17.0",
"react-dom": "^16.12.0",
"react-full-screen": "^1.0.2",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-live": "^2.2.2",
"react-loadable": "^5.5.0",
"react-loader-spinner": "^3.1.14",
"react-responsive": "^8.0.3",
"react-spring": "^8.0.27",
"react-tooltip": "^4.2.5",
"react-transition-group": "^4.4.1",
"react-typography": "^0.16.19",
"react-use": "^15.3.8",
"reactour": "^1.18.3",
"scheduler": "^0.20.1",
"sharp": "^0.23.4",
"styled-components": "^4.0.0",
"tailwindcss": "^2.0.2",
"three": "^0.125.2",
"three-gltf-exporter": "^0.0.1",
"typography": "^0.16.19",
"typography-theme-alton": "^0.16.19",
"typography-theme-github": "^0.16.19",
"valtio": "^0.7.0"
},
"devDependencies": {
"@types/node": "^12.12.31",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"gatsby-plugin-root-import": "^2.0.5",
"prettier": "^1.19.1",
"typescript": "^3.8.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "GATSBY_EXPERIMENTAL_ROUTING_APIS=1 gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"analyze": "ANALYZE_BUNDLE_SIZE=true gatsby build",
"type-check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}