-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "stateborn-client",
"version": "0.0.1",
"description": "stateborn-client",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"test": "echo \"No test specified\" && exit 0",
"dev": "node_modules/@quasar/cli/bin/quasar.js dev",
"build": "node_modules/@quasar/cli/bin/quasar.js build"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.1",
"@quasar/extras": "^1.0.0",
"@quasar/quasar-ui-qmarkdown": "^2.0.0-beta.10",
"@types/animejs": "^3.1.7",
"@types/lodash": "^4.14.198",
"@wagmi/core": "^1.4.1",
"@walletconnect/ethereum-provider": "^2.10.0",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/html": "^2.7.1",
"animejs": "^3.2.1",
"axios": "^1.4.0",
"bl": "^6.0.1",
"buffer": "^6.0.3",
"dayjs": "^1.11.7",
"dayjs-plugin-utc": "^0.1.2",
"decimal.js": "^10.4.3",
"dexie": "^3.2.4",
"ethers": "^6.3.0",
"ipfs-http-client": "^60.0.0",
"keccak256": "^1.0.6",
"lodash": "^4.17.21",
"merkletreejs": "^0.3.10",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"react-dom": "^18.2.0",
"sticky-js": "^1.3.0",
"viem": "^1.10.9",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"@quasar/cli": "^2.2.1",
"@quasar/quasar-app-extension-qmarkdown": "^2.0.0-beta.10",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^9.0.0",
"typescript": "^5.2.2"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}