forked from AceDataCloud/Nexior
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 4.64 KB
/
Copy pathpackage.json
File metadata and controls
147 lines (147 loc) · 4.64 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "@acedatacloud/nexior",
"version": "3.257.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": "python3 scripts/translate_i18n.py",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"lint:staged": "lint-staged",
"test": "vitest",
"test:run": "vitest run",
"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-community/apple-sign-in": "^7.1.0",
"@capacitor-community/stripe": "^8.1.1",
"@capacitor/app": "^8.0.1",
"@capacitor/browser": "^8.0.1",
"@capgo/capacitor-updater": "^8.47.6",
"@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": "^7.2.0",
"@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-nightly": "^0.1.20",
"@solana/wallet-adapter-phantom": "^0.9.29",
"@solana/wallet-adapter-solflare": "^0.6.33",
"@solana/wallet-adapter-walletconnect": "^0.1.21",
"@solana/web3.js": "^1.98.2",
"@vueuse/motion": "^3.0.3",
"aegis-web-sdk": "^1.41.13",
"axios": "^1.17.0",
"chart.js": "^4.5.1",
"codemirror": "^6.0.1",
"copy-to-clipboard": "^4.0.2",
"dayjs": "^1.11.21",
"element-plus": "2.10.4",
"file-saver": "^2.0.5",
"github-markdown-css": "^5.9.0",
"highlight.js": "^11.7.0",
"json-logic-js": "^2.0.5",
"katex": "^0.16.22",
"mac-scrollbar": "^0.13.5",
"markdown-it": "^14.2.0",
"mustache": "^4.2.0",
"programming-languages-logos": "^0.0.3",
"qrcode": "^1.5.4",
"qs": "^6.11.2",
"query-string": "^9.3.1",
"solana-wallets-vue": "^0.7.1",
"tailwindcss": "^3.4.17",
"typescript-cookie": "^1.0.3",
"url-join": "^5.0.0",
"uuid": "^14.0.0",
"vue": "^3.5.17",
"vue-advanced-cropper": "^2.8.9",
"vue-chartjs": "^5.3.3",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^11.4.4",
"vue-qrcode": "^2.2.0",
"vue-router": "^5.0.7",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@capacitor/android": "^8.4.0",
"@capacitor/cli": "^8.3.4",
"@capacitor/core": "^8.3.4",
"@capacitor/ios": "^8.3.4",
"@rollup/plugin-replace": "^6.0.2",
"@types/file-saver": "^2.0.7",
"@types/json-logic-js": "^2.0.8",
"@types/markdown-it": "^14.1.0",
"@types/mustache": "^4.2.5",
"@types/node": "^25.9.1",
"@types/qs": "^6.9.9",
"@typescript-eslint/parser": "^8.60.1",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/test-utils": "^2.4.10",
"@vue/tsconfig": "^0.9.1",
"autoprefixer": "^10.4.21",
"beachball": "^2.65.5",
"cross-env": "^10.1.0",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-vue": "^10.9.2",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"lint-staged": "^17.0.5",
"postcss": "^8.5.15",
"prettier": "^3.5.3",
"rollup-plugin-string": "^3.0.0",
"sass": "^1.100.0",
"typescript": "~5.8.3",
"vite": "^8.0.14",
"vite-bundle-visualizer": "^1.2.1",
"vitest": "^4",
"vue-eslint-parser": "^10.4.1",
"vue-tsc": "^2.2.12"
},
"license": "MIT",
"engines": {
"node": "22.x"
},
"lint-staged": {
"src/**/*.{ts,tsx,vue,js,jsx}": [
"eslint --fix"
],
"src/**/*.{json,css,scss,less,html,md}": [
"prettier --write"
]
}
}