-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.46 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
{
"name": "unspent-space-frontend",
"version": "0.1",
"private": true,
"description": "Website for unspent.space network, a community and set of resources for building your own permanent bitcoin space.",
"author": "Chris Pollard <[email protected]> (https://github.com/chris-pollard)",
"keywords": [
"bitcoin",
"bitcoin mining",
"node",
"diy",
"hang out",
"irl",
"meatspace",
"cypherpunk",
"freedom technology",
"freedom tech",
"privacy"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tanstack/react-query": "^4.32.1",
"axios": "^1.4.0",
"dayjs": "^1.10.7",
"eslint-config-prettier": "^8.8.0",
"gatsby": "^4.7.1",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-google-analytics": "^4.7.0",
"gatsby-plugin-google-gtag": "^4.7.0",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-mdx": "^3.7.1",
"gatsby-plugin-postcss": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-webfonts": "^2.2.1",
"gatsby-remark-copy-linked-files": "^5.7.0",
"gatsby-remark-images": "^6.7.0",
"gatsby-remark-relative-images": "0.2.3",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"gh-pages": "^5.0.0",
"lodash.kebabcase": "^4.1.1",
"postcss": "^8.4.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.10.1",
"tsconfig-paths-webpack-plugin": "^3.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@tanstack/eslint-plugin-query": "^4.32.1",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^36.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "3.0.0",
"tailwindcss": "^3.0.22",
"typescript": "*"
}
}