-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "Pichub",
"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"
},
"dependencies": {
"@yireen/squoosh-browser": "^1.0.7",
"axios": "^0.22.0",
"clipboard": "2.0.4",
"moment": "^2.29.1",
"vue": "^3.2.16",
"vue-router": "4.0.8"
},
"devDependencies": {
"@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",
"prettier": "^2.4.1",
"qs": "^6.10.1",
"sass": "^1.42.1",
"typescript": "^4.4.3",
"vite": "^2.6.0",
"vue-tsc": "^0.3.0"
}
}