-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.24 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.24 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
47
48
49
50
51
{
"name": "Radix-Tool",
"author": "atlantis-l",
"version": "0.2.4",
"license": "MIT",
"description": "Radix Tool",
"keywords": [
"dlt",
"radix",
"crypto",
"scrypto",
"toolkit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/atlantis-l/atlantis-l.github.io.git"
},
"scripts": {
"format": "prettier . --write",
"dev": "prettier . --write && export VITE_CJS_IGNORE_WARNING=true && vite",
"build": "prettier . --write && vue-tsc --noEmit && export VITE_CJS_IGNORE_WARNING=true && vite build"
},
"engines": {
"node": ">=20.8.0"
},
"devDependencies": {
"@types/file-saver": "2.0.7",
"@types/node": "20.10.4",
"@types/papaparse": "5.3.14",
"@types/qrcode": "1.5.5",
"@vitejs/plugin-vue": "4.5.2",
"prettier": "3.1.1",
"typescript": "5.3.3",
"vite": "5.0.7",
"vue": "3.3.11",
"vue-tsc": "1.8.25"
},
"dependencies": {
"@ant-design/icons-vue": "7.0.1",
"@atlantis-l/radix-tool": "0.8.9",
"ant-design-vue": "4.0.7",
"file-saver": "2.0.5",
"papaparse": "5.4.1",
"pinia": "2.1.7",
"qrcode": "1.5.3",
"vue-cookies": "1.8.4",
"vue-i18n": "9.8.0",
"vue-json-pretty": "2.3.0",
"vue-router": "4.2.5"
}
}