-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.18 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
{
"name": "browserslist-config-web3",
"version": "0.0.6",
"description": "browserslist configuration for web3 dapps",
"main": "latest/index.js",
"scripts": {
"test": "npx jest -u",
"update": "npx browserslist@latest --update-db"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sambacha/browserslist-config-web3.git",
"directory": "browserslist-config"
},
"keywords": [
"eyeglass-module",
"elements",
"web3",
"browserslist",
"components",
"react",
"browserslist-config",
"browserslist",
"google",
"babel-preset-env",
"babel",
"chrome",
"safari",
"edge",
"firefox",
"workspace",
"gsuite",
"autoprefixer",
"stylelint",
"browser",
"apple",
"mozilla",
"microsoft"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"browserslist": "^4.20.2",
"jest": "^27.5.1",
"prettier": "^2.6.0"
},
"author": "sam bacha <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sambacha/browserslist-config-web3/issues"
},
"homepage": "https://github.com/sambacha/browserslist-config-web3#readme"
}