-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"dependencies": {
"@airgap/beacon-dapp": "^4.3.0",
"@kyvg/vue3-notification": "^3.3.0",
"@taquito/rpc": "^20.0.1",
"vue3-carousel": "0.3.4"
},
"description": "bākꜩ - Tezos baking service",
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@nuxt/devtools": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.11.1",
"eslint-config-ayotte": "^3.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.28.0",
"fs-extra": "^11.2.0",
"include-media": "^2.0.0",
"nuxt": "^3.13.2",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"vite-compatible-readable-stream": "^3.6.1",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.6"
},
"type": "module",
"engines": {
"bun": ">=1.1.4"
},
"name": "baktz-website",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint --fix",
"precommit": "npm run lint",
"preview": "nuxt preview"
}
}