-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "ncgmgr",
"version": "0.8.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"tauri": "tauri",
"lint": "eslint --ext .js,.vue,.ts ./src",
"lint:fix": "eslint --fix --ext .js,.vue,.ts ./src"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@iplsplatoon/vue-components": "3.2.0",
"@tauri-apps/api": "2.0.0-beta.7",
"@tauri-apps/cli": "2.0.0-beta.12",
"@tauri-apps/plugin-dialog": "2.0.0-beta.2",
"@tauri-apps/plugin-fs": "2.0.0-beta.2",
"@tauri-apps/plugin-os": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "2.0.0-beta.2",
"@tauri-apps/plugin-store": "^2.0.0-beta.2",
"anser": "^2.1.0",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.24.0",
"sass": "^1.45.1",
"tslib": "^2.6.2",
"typescript": "~5.4.3",
"vite": "^5.2.6",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "[email protected]"
}