-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
{
"name": "orangeimghub",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"serve": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint src --fix --ext .ts,.tsx",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@vicons/ionicons5": "^0.12.0",
"@yireen/squoosh-browser": "^1.0.7",
"axios": "^0.22.0",
"clipboard": "2.0.4",
"compressorjs": "^1.1.1",
"esbuild": "^0.14.44",
"jquery": "3.5.1",
"moment": "^2.29.1",
"pinia": "^2.0.13",
"unplugin-vue-components": "^0.19.3",
"vue": "^3.2.16",
"vue-router": "4.0.8"
},
"devDependencies": {
"@types/clipboard": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@vitejs/plugin-vue": "^1.9.2",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.18.0",
"file-loader": "^6.2.0",
"naive-ui": "^2.28.1",
"prettier": "^2.4.1",
"qs": "^6.10.1",
"sass": "^1.42.1",
"typescript": "^4.4.3",
"vfonts": "^0.0.3",
"vite": "^2.6.0",
"vue-tsc": "^0.3.0"
}
}