-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
{
"name": "memeticblock-io",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite-ssg build --mock",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write \"src/**/*.{ts,vue,css}\"",
"deploy:arweave": "tsx operations/scripts/deploy.ts",
"deploy:static": "npx wrangler pages deploy /usr/src/app/dist --project-name=$PROJECT_NAME"
},
"dependencies": {
"@unhead/vue": "^1.11.14",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@ar.io/sdk": "^3.8.4",
"@ardrive/turbo-sdk": "^1.23.0",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-ssg": "^0.24.0",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^2.2.0"
},
"overrides": {
"@dha-team/arbundles": "1.0.3"
}
}