-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.66 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
{
"name": "sigmafi-ui",
"private": false,
"version": "0.2.1",
"type": "module",
"scripts": {
"dev:mainnet": "VITE_NETWORK=mainnet vite",
"dev:testnet": "VITE_NETWORK=testnet vite",
"build": "vue-tsc && vite build",
"test:lint": "eslint 'src/**/*.{js,ts,vue}'",
"fix:lint": "eslint 'src/**/*.{js,ts,vue}' --fix"
},
"dependencies": {
"@fleet-sdk/blockchain-providers": "^0.5.0",
"@fleet-sdk/common": "^0.4.1",
"@fleet-sdk/core": "^0.5.0",
"@fleet-sdk/crypto": "^0.5.0",
"@fleet-sdk/serializer": "^0.5.0",
"@oruga-ui/oruga-next": "^0.7.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@zhuowenli/vue-feather-icons": "^5.0.2",
"bignumber.js": "^9.1.2",
"cleave.js": "^1.6.0",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"vue": "^3.4.30",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@ergo-graphql/types": "^0.5.1",
"@nautilus-js/eip12-types": "^0.1.9",
"@types/cleave.js": "^1.4.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"daisyui": "^2.52.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.26.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.22"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
}
}