This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
94 lines (94 loc) · 2.73 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
{
"name": "kin-ecosystem",
"private": true,
"description": "crypto transfer system",
"version": "0.1.0",
"author": "Kin-ecosystem",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@kin-tools/kin-memo": "^1.2.2",
"@kinecosystem/agora-api": "^0.23.0",
"@kinecosystem/kin-sdk": "^0.20.3",
"@ledgerhq/hw-app-str": "4.39.0",
"@ledgerhq/hw-transport-u2f": "4.39.0",
"@ledgerhq/hw-transport-webusb": "^5.34.1",
"@solana/web3.js": "^0.87.1",
"bignumber.js": "^9.0.1",
"body-scroll-lock": "^2.6.1",
"bs58": "^4.0.1",
"copy-to-clipboard": "^3.1.0",
"gatsby": "^2.3.16",
"gatsby-image": "^2.0.37",
"gatsby-plugin-antd": "^2.0.2",
"gatsby-plugin-google-analytics": "^2.0.20",
"gatsby-plugin-manifest": "^2.0.28",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-svg": "^2.0.0",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typescript": "^2.0.12",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-transformer-sharp": "^2.1.17",
"kin-wallet": "^1.1.0",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"rc-progress": "^2.3.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-localization": "^1.0.13",
"react-redux": "^6.0.0",
"react-scripts-ts": "^4.0.8",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-dialog": "^0.2.4",
"redux-form": "^8.2.0",
"redux-saga": "^0.16.2",
"styled-components": "^4.1.3",
"typescript": "^3.4.0"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-angular": "^7.5.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^5.1.15",
"@types/axios": "^0.14.0",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.15",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/react-helmet": "^5.0.7",
"@types/react-redux": "^6.0.11",
"gatsby-plugin-root-import": "^2.0.5",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier": "1.16.4",
"semantic-release": "^15.13.21"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host 0.0.0.0",
"developSecure": "gatsby develop -S --host 0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test:ci": "echo \"Do tests in CI\"",
"release": "semantic-release --no-ci",
"release:ci": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}