-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
60 lines (60 loc) · 1.69 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
{
"name": "cyberapi",
"private": true,
"version": "",
"scripts": {
"format": "prettier --write src/*.ts src/*.tsx src/**/*.ts src/**/*.tsx src/**/**/*.tsx",
"lint": "eslint . --ext .js,.tsx,.ts --fix && vue-tsc --noEmit",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@linaria/core": "3.0.0-beta.22",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/cli": "^1.5.11",
"@vicons/ionicons5": "^0.12.0",
"bluebird": "^3.7.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"debug": "^4.3.4",
"form-data-encoder": "^4.0.2",
"js-base64": "^3.7.7",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"mime": "^4.0.1",
"mitt": "^3.0.1",
"monaco-editor": "^0.47.0",
"naive-ui": "^2.38.1",
"pinia": "^2.1.7",
"pretty-bytes": "^6.1.1",
"shellwords": "^1.0.1",
"ulid": "^2.3.0",
"vue": "^3.4.21",
"vue-i18n": "^9.11.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.42",
"@types/crypto-js": "^4.2.2",
"@types/debug": "^4.1.12",
"@types/mime": "^3.0.4",
"@types/shortid": "^0.0.32",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.21",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.24.1",
"glob-parent": ">=6.0.2",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-linaria": "^1.0.0",
"vue-tsc": "^2.0.11"
}
}