-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.09 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
{
"name": "everpayjs-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview",
"everpay": "rm -rf ./src/libs/everpay-js && cp -r ../everpay-js/src ./src/libs/ && mv ./src/libs/src ./src/libs/everpay-js"
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.10.2",
"@walletconnect/modal": "2.6.2",
"arweave": "^1.10.15",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"clipboard": "^2.0.8",
"dayjs": "^1.10.6",
"ethers": "^5.4.1",
"everpay": "1.2.0",
"lodash-es": "^4.17.21",
"vue": "^3.2.20",
"vuex": "4.0.2",
"vuex-persistedstate": "^4.0.0",
"walletlink": "^2.4.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@esbuild-plugins/node-modules-polyfill": "0.2.2",
"@intlify/unplugin-vue-i18n": "1.4.0",
"@rollup/plugin-inject": "5.0.4",
"@types/crypto-js": "^4.1.2",
"@types/keccak": "3.0.1",
"@types/lodash": "4.14.181",
"@types/node": "17.0.21",
"@types/uuid": "8.3.1",
"@types/web3": "1.2.2",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vitejs/plugin-vue": "4.4.0",
"@vue/eslint-config-standard": "8.0.1",
"@vue/eslint-config-typescript": "12.0.0",
"autoprefixer": "9",
"eslint": "8.51.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-with-typescript": "39.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "9.17.0",
"lint-staged": "11.0.1",
"postcss": "7",
"postcss-nesting": "12.0.1",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-polyfill-node": "0.12.0",
"sass": "1.69.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "5.0.2",
"vite": "4.4.5",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-mkcert": "^1.16.0",
"vite-tsconfig-paths": "4.2.1",
"vue-tsc": "1.8.5"
}
}