-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile_structure.txt
66 lines (66 loc) · 1.12 KB
/
file_structure.txt
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
.github
.vscode
.yarn
node_modules
packages
----site
--------.cache
------------...
--------public
------------...
--------src
------------assets
----------------...
------------components
----------------...
------------config
----------------...
------------hooks
----------------...
------------pages
----------------index.tsx
------------types
----------------...
------------utils
----------------...
------------App.tsx
------------Root.tsx
--------static
------------...
--------.env.production.dist
--------.eslintrc.js
--------gatsby-browser.tsx
--------gatsby-config.ts
--------gatsby-ssr.tsx
--------package.json
--------README.md
--------tsconfig.json
----snap
--------dist
------------bundle.js
--------src
------------cryptoUtils.ts
------------index.test.tsx
------------index.tsx
------------utils.ts
--------.eslintrc.js
--------jest.config.js
--------package.json
--------README.md
--------snap.config.ts
--------snap.manifest.json
--------tsconfig.json
scripts
----cleanup.sh
.editorconfig
.eslintrc.js
.gitignore
.nvmrc
.prettierrc.js
.yarnrc.yml
LICENSE.APACHE2
LICENSE.MIT0
package.json
README.md
tsconfig.json
yarn.lock