-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 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
{
"name": "trustlines.network",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:brainbot-com/trustlines.network.git",
"author": "Dong-Ha Kim <dongha.kim210@gmail.com>",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@rooks/use-visibility-sensor": "^4.9.2",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"d3": "^6.7.0",
"gatsby": "^3.0.0",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-layout": "^2.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-matomo": "^0.9.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-react-leaflet": "^3.0.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-default-html-attrs": "^1.0.1",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-json": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"gatsby-transformer-yaml": "^3.0.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-leaflet": "^3.1.0",
"react-modal": "^3.13.1",
"react-scroll": "^1.8.2",
"react-transition-group": "^4.4.1"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"gatsby-plugin-postcss": "^4.0.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.20",
"postcss": "^8.2.6",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.3"
}
}