-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
63 lines (63 loc) · 1.95 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
{
"private": true,
"version": "0.42.0",
"scripts": {
"dev": "make dev",
"build": "make build",
"check": "make check",
"format": "make format"
},
"browser": {
"crypto": false,
"buffer": false
},
"browserslist": ">0.75%, not ie 11, not UCAndroid >0, not OperaMini all",
"resolutions": {
"@greymass/eosio": "^0.6.0",
"acorn": "8.0.1"
},
"dependencies": {
"@greymass/antelope-tokens": "^0.0.1",
"@greymass/create-account": "^0.0.9",
"@greymass/eosio": "^0.6.0",
"@greymass/eosio-resources": "0.7.0",
"@lottiefiles/svelte-lottie-player": "^0.2.0",
"@types/feather-icons": "^4.7.0",
"anchor-link": "^3.3.0",
"anchor-link-browser-transport": "^3.2.1",
"bn.js": "^5.2.1",
"ethers": "^5.6.9",
"feather-icons": "^4.28.0",
"idb": "^7.0.1",
"inter-ui": "^3.15.0",
"pako": "^2.0.3",
"svelte-qrcode": "^1.0.0",
"svelte-result-store": "^1.0.6",
"tinro": "^0.6.0"
},
"devDependencies": {
"@snowpack/plugin-svelte": "^3.4.0",
"@snowpack/plugin-typescript": "^1.1.1",
"@snowpack/plugin-webpack": "^3.0.0",
"@types/bn.js": "^5.1.1",
"@types/pako": "^1.0.1",
"@types/snowpack-env": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"autoprefixer": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-svelte3": "^3.0.0",
"mime": "^2.5.2",
"postcss": "^8.2.14",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.1.0",
"sass": "^1.30.0",
"snowpack": "3.0.x",
"svelte": "^3.35.0",
"svelte-check": "^1.1.33",
"svelte-preprocess": "^4.6.1",
"typescript": "^4.1.3"
}
}