-
Notifications
You must be signed in to change notification settings - Fork 489
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.84 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 3.84 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "@acedatacloud/nexior",
"version": "3.34.0",
"author": "Ace Data Cloud <office@acedata.cloud>",
"repository": {
"type": "git",
"url": "git+https://github.com/AceDataCloud/Nexior.git"
},
"files": [
"dist/"
],
"scripts": {
"dev": "vite --host",
"build": "npm run build:web",
"build:web": "cross-env VITE_SURFACE=web vue-tsc -b && vite build",
"build:android": "cross-env VITE_SURFACE=android vite build",
"build:ios": "cross-env VITE_SURFACE=ios vite build",
"pack:android": "npm run build:android && npx cap copy android",
"pack:ios": "npm run build:ios && npx cap copy ios",
"sync-version": "node scripts/sync-native-version.js",
"preview": "vite preview",
"translate": "transmart",
"lint": "eslint src --fix",
"prettier": "prettier --write .",
"change": "beachball change --no-commit",
"verify": "beachball check",
"bump": "beachball bump",
"release": "beachball publish --access public",
"prepare": "husky",
"analyze": "vite-bundle-visualizer"
},
"dependencies": {
"@capacitor/app": "^8.0.1",
"@capacitor/browser": "^8.0.1",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.1",
"@codemirror/theme-one-dark": "^6.1.0",
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@icon-park/vue-next": "^1.3.6",
"@mdit/plugin-katex": "^0.23.1",
"@skjnldsv/vue-plyr": "^7.5.0",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.36",
"@solana/web3.js": "^1.98.2",
"@vueuse/motion": "^3.0.3",
"axios": "^1.6.0",
"chart.js": "^4.5.1",
"codemirror": "^6.0.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.10.7",
"element-plus": "^2.10.4",
"file-saver": "^2.0.5",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.7.0",
"json-logic-js": "^2.0.5",
"katex": "^0.16.22",
"mac-scrollbar": "^0.13.5",
"markdown-it": "^14.1.0",
"psl": "^1.9.0",
"qrcode": "^1.5.4",
"qs": "^6.11.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"solana-wallets-vue": "^0.7.1",
"tailwindcss": "^3.4.17",
"typescript-cookie": "^1.0.3",
"uuid": "^11.1.0",
"vue": "^3.5.17",
"vue-chartjs": "^5.3.3",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^11.1.11",
"vue-qrcode": "^2.2.0",
"vue-router": "^4.5.1",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@capacitor/android": "^7.5.0",
"@capacitor/cli": "^7.5.0",
"@capacitor/core": "^7.5.0",
"@capacitor/ios": "^7.5.0",
"@rollup/plugin-replace": "^6.0.2",
"@transmart/cli": "^0.5.2",
"@types/file-saver": "^2.0.7",
"@types/json-logic-js": "^2.0.8",
"@types/markdown-it": "^14.1.0",
"@types/node": "^22.15.0",
"@types/psl": "^1.1.3",
"@types/qs": "^6.9.9",
"@typescript-eslint/parser": "^8.39.1",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"beachball": "^2.39.0",
"cross-env": "^7.0.3",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.8.0",
"husky": "^9.1.7",
"postcss": "^8.5.6",
"prettier": "^3.5.3",
"rollup-plugin-string": "^3.0.0",
"sass": "^1.89.2",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vite-bundle-visualizer": "^1.2.1",
"vue-eslint-parser": "^10.0.0",
"vue-tsc": "^2.2.12"
},
"license": "MIT",
"engines": {
"node": "20.x"
}
}