This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
143 lines (143 loc) · 5.32 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
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "@findeth/web",
"version": "0.1.0",
"description": "FindETH website",
"main": "src/index.ts",
"repository": "https://github.com/FindETH/web.git",
"author": "Maarten Zuidhoorn <maarten@zuidhoorn.com>",
"license": "MIT",
"engines": {
"node": "12"
},
"scripts": {
"build": "cross-env NODE_ENV=production gatsby build",
"build:local": "cross-env IS_LOCAL=true yarn build",
"start": "gatsby develop --https",
"serve": "gatsby serve",
"analyze": "cross-env ANALYZE_BUNDLE=true yarn run build",
"deploy": "gatsby-plugin-s3 deploy --yes",
"test": "jest",
"test:e2e": "yarn build && concurrently -s first -k \"yarn serve\" \"yarn testcafe chrome\"",
"test:e2e:headless": "yarn build && concurrently -s first -k \"yarn serve\" \"yarn testcafe chrome:headless\"",
"lint": "yarn run lint:types && yarn run lint:source && yarn run lint:format && yarn run lint:styles && yarn run lint:lockfile",
"lint:types": "tsc --noEmit",
"lint:source": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js,.jsx",
"lint:format": "prettier --check --ignore-path .gitignore '**/*.{ts,tsx,js,jsx,json,yml}'",
"lint:styles": "stylelint 'src/**/*.tsx'",
"lint:lockfile": "lockfile-lint --type yarn --path yarn.lock --allowed-hosts yarn --validate-https --validate-checksum --validate-integrity",
"format": "prettier --write --ignore-path .gitignore '**/*.{ts,tsx,js,jsx,json,yml}'",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"@findeth/networks": "^0.6.2",
"@findeth/wallets": "^0.5.2",
"@fontsource/inter": "^4.2.2",
"@reach/router": "^1.2.1",
"@reduxjs/toolkit": "^1.5.0",
"blockies-ts": "^1.0.0",
"core-js": "^3.8.3",
"polished": "^4.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.6",
"react-is": "^17.0.1",
"react-modal-hook": "^3.0.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"styled-components": "^5.2.1",
"superstruct": "^0.15.2",
"yup": "^0.32.8"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@testing-library/testcafe": "^4.4.0",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^26.0.20",
"@types/reach__router": "^1.3.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.16",
"@types/redux-logger": "^3.0.8",
"@types/redux-mock-store": "^1.0.1",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"babel-jest": "^27.0.6",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"babel-plugin-optimize-hook-destructuring": "^1.3.0",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-gatsby": "^1.0.0",
"codecov": "^3.8.1",
"concurrently": "^6.1.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby": "^2.31.1",
"gatsby-plugin-canonical-urls": "^2.9.0",
"gatsby-plugin-create-client-paths": "^2.10.0",
"gatsby-plugin-env-variables": "^2.0.0",
"gatsby-plugin-layout": "^1.10.0",
"gatsby-plugin-manifest": "^2.11.0",
"gatsby-plugin-offline": "^3.9.0",
"gatsby-plugin-react-helmet-async": "^1.0.17-0",
"gatsby-plugin-react-redux": "^1.1.0-0",
"gatsby-plugin-remove-dependency-transpilation": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sitemap": "^2.11.0",
"gatsby-plugin-styled-components": "^3.9.0",
"gatsby-plugin-ts-config": "^1.1.5",
"gatsby-plugin-typescript": "^2.12.1",
"gatsby-plugin-typescript-checker": "^1.1.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.20",
"gatsby-plugin-workerize-loader": "^1.5.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"jest-styled-components": "^7.0.0",
"lint-staged": "^11.0.1",
"lockfile-lint": "^4.3.7",
"prettier": "^2.2.1",
"redux-mock-store": "^1.5.4",
"simple-git-hooks": "^2.5.1",
"stylelint": "^13.9.0",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.9.0",
"testcafe": "^1.14.2",
"ts-node": "^10.1.0",
"typescript": "^4.1.3"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write",
"eslint --fix"
],
"*.{json,yml}": [
"prettier --write"
]
},
"simple-git-hooks": {
"pre-commit": "yarn lint-staged"
}
}