-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.47 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
67
68
69
70
71
72
73
74
75
{
"name": "staking-kiwi-widget",
"version": "1.2.0",
"license": "ISC",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/mfactory-lab/widget_staking_kiwi.git"
},
"bugs": {
"url": "https://github.com/mfactory-lab/widget_staking_kiwi/issues"
},
"homepage": "https://github.com/mfactory-lab/widget_staking_kiwi#readme",
"scripts": {
"dev": "vite --port 3333",
"build": "vite build --mode production",
"build:staging": "vite build --mode staging",
"build:report": "vite build --mode report",
"build:ssg": "cross-env NODE_ENV=production vite-ssg build",
"serve": "vite preview",
"linter": "eslint -c .eslintrc.js --ext .js,.vue,.ts, src",
"linter:fix": "eslint -c .eslintrc.js --fix --ext .js,.vue,.ts, src",
"stylelint": "stylelint --config stylelint.config.js 'src/**/*.{vue,scss}'",
"stylelint:fix": "stylelint --config stylelint.config.js --fix 'src/**/*.{vue,scss}'",
"deploy:gh-pages": "push-dir --dir=dist --branch=gh-pages --force"
},
"dependencies": {
"@quasar/extras": "^1.13.5",
"@solana/spl-stake-pool": "mfactory-lab/jfactory-stake-pool#dist",
"@solana/wallet-adapter-wallets": "^0.16.0",
"@solana/web3.js": "^1.41.3",
"@vueuse/core": "^8.4.0",
"@vueuse/head": "^0.7.6",
"axios": "^0.26.0",
"bn.js": "^5.2.0",
"localstorage-memory": "^1.0.3",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"pinia": "^2.0.13",
"quasar": "^2.6.6",
"solana-wallets-vue": "^0.3.2",
"vue": "^3.2.33",
"vue-gtag": "^2.0.1",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.0.9",
"@rollup/plugin-inject": "^4.0.0",
"@types/node": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"path": "^0.12.7",
"prettier": "^2.6.2",
"push-dir": "^0.4.1",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "1.33.0",
"typescript": "^4.6.0",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.7",
"vite-plugin-checker": "^0.4.6",
"vite-plugin-chunk-split": "^0.2.2",
"vite-plugin-html": "^3.2.0",
"vue-eslint-parser": "^8.3.0"
},
"peerDependencies": {
"rollup": "^2.0.0"
}
}