-
Notifications
You must be signed in to change notification settings - Fork 238
/
package.json
118 lines (118 loc) · 3.78 KB
/
package.json
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
{
"name": "@acedatacloud/nexior",
"version": "2.11.31",
"author": "Germey Technology <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/AceDataCloud/Nexior.git"
},
"files": [
"dist/"
],
"scripts": {
"start": "vite --host",
"build": "yarn build:web",
"build:web": "cross-env VITE_SURFACE=web vite build --mode development",
"build:android": "cross-env VITE_SURFACE=android vite build --mode development",
"build:ios": "cross-env VITE_SURFACE=ios vite build --mode development",
"pack:android": "yarn build:android && npx cap copy android",
"pack:ios": "yarn build:ios && npx cap copy ios",
"serve": "vite preview",
"translate": "transmart",
"lint": "eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx",
"prettier": "prettier --write .",
"change": "beachball change --no-commit",
"verify": "beachball check",
"bump": "beachball bump",
"release": "beachball publish --access public",
"prepare": "husky install",
"analyze": "vite-bundle-visualizer"
},
"dependencies": {
"@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",
"@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",
"@skjnldsv/vue-plyr": "^7.5.0",
"@types/file-saver": "^2.0.7",
"axios": "^1.6.0",
"codemirror": "^6.0.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.10.7",
"element-plus": "^2.2.28",
"file-saver": "^2.0.5",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.7.0",
"mac-scrollbar": "^0.13.5",
"markdown-it": "^13.0.1",
"psl": "^1.9.0",
"qrcode": "^1.5.1",
"qs": "^6.11.2",
"query-string": "^8.1.0",
"typescript-cookie": "^1.0.3",
"url-join": "^5.0.0",
"uuid": "^8.3.2",
"vue": "^3.2.6",
"vue-codemirror": "^6.1.1",
"vue-dark-switch": "^1.0.6",
"vue-i18n": "^9.1.7",
"vue-qrcode": "^2.2.0",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@capacitor/android": "^6.1.1",
"@capacitor/cli": "^6.1.1",
"@capacitor/core": "^6.1.1",
"@capacitor/ios": "^6.1.1",
"@rollup/plugin-replace": "^3.0.0",
"@transmart/cli": "^0.5.1",
"@types/lodash": "^4.14.172",
"@types/markdown-it": "^12.2.3",
"@types/node": "^16.7.4",
"@types/psl": "^1.1.3",
"@types/qs": "^6.9.9",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-vue": "^2.3.0",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.4.16",
"beachball": "^2.39.0",
"cross-env": "^7.0.3",
"cssnano": "^6.0.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.0.0",
"eslint-plugin-vue": "^8.5.0",
"husky": "^7.0.2",
"postcss": "^8.4.32",
"prettier": "^2.6.2",
"rollup-plugin-string": "^3.0.0",
"sass": "^1.38.1",
"tailwindcss": "^3.4.0",
"typescript": "^4.9.5",
"vite": "^2.9.16",
"vite-bundle-visualizer": "1.0",
"vue-tsc": "^1.2.0"
},
"bugs": {
"url": "https://github.com/AceDataCloud/Nexior/issues"
},
"homepage": "https://github.com/AceDataCloud/Nexior#readme",
"license": "MIT"
}