This repository was archived by the owner on Feb 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.38 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
44
45
46
{
"private": true,
"scripts": {
"build": "nuxt build",
"clean": "rm -rf .nuxt dist .output",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue .",
"lint:fix": "eslint --fix --ext .ts,.js,.vue .",
"preview": "nuxt preview",
"pages:dev": "wrangler pages dev .output/public --kv=ALIZEMANI --local"
},
"dependencies": {
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"jalaliday": "^2.3.0",
"lodash": "^4.17.21",
"mermaid": "^10.3.1",
"moment-jalaali": "^0.10.0",
"web-uuid": "0.1.0-pre.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230807.0",
"@iconify/json": "^2.2.102",
"@nuxt/content": "^2.7.2",
"@nuxt/image": "1.0.0-rc.1",
"@nuxthq/ui": "npm:@nuxthq/ui-edge@2.7.0-28197919.d98e4c2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/turnstile": "^0.5.0",
"@types/node": "^20.5.0",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "10.3.0",
"@worker-tools/response-creators": "1.2.0-pre.6",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "3.6.5",
"nuxt-gtag": "^0.5.7",
"prettier": "^3.0.1",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"unplugin-icons": "0.16.5",
"unplugin-vue-components": "^0.25.1",
"vite-plugin-compression": "^0.5.1"
}
}