-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "copyshards.com",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest ",
"test:watch": "vitest --reporter verbose --globals --config ./vitest.config.ts ",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@google-cloud/vision": "^3.0.1",
"@typescript-eslint/parser": "^5.35.1",
"@vue/runtime-core": "^3.2.37",
"@vueuse/core": "^8.9.1",
"cropperjs": "^1.5.12",
"eslint": "^8.19.0",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.1",
"node-fetch": "^3.2.10",
"pinia": "^2.0.14",
"pinia-plugin-persist": "^1.0.0",
"postcss-import": "^14.1.0",
"pug": "^3.0.2",
"uniqid": "^5.4.0",
"vue": "^3.2.25",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.12",
"@iconify/json": "^2.1.68",
"@pinia/testing": "^0.0.14",
"@types/js-cookie": "^3.0.2",
"@types/uniqid": "^5.3.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vitest/coverage-c8": "^0.23.1",
"@vue/test-utils": "^2.0.2",
"autoprefixer": "^10.4.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.1.1",
"happy-dom": "^6.0.4",
"jsdom": "^20.0.0",
"postcss": "^8.4.14",
"prettier": "2.7.1",
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-icons": "^0.14.8",
"vite": "^2.9.9",
"vitest": "^0.23.1",
"vue-tsc": "^0.34.7"
}
}