forked from rwv/lookscanned.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "lookscanned.io",
"version": "0.0.0",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"test:unit": "vitest --environment jsdom",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"build:all": "npm run build",
"dev": "vite",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"browser-fs-access": "^0.29.5",
"jspdf": "^2.5.1",
"magica": "^0.2.17",
"magica-re-export": "^1.0.9",
"p-map": "^4.0.0",
"pdfjs-dist": "^2.14.305",
"vue": "^3.2.36",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@mdi/js": "^6.6.96",
"@rushstack/eslint-patch": "^1.1.3",
"@types/jsdom": "^16.2.14",
"@types/node": "^18.7.13",
"@vicons/antd": "^0.12.0",
"@vicons/carbon": "^0.12.0",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/ionicons4": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "^9.6.0",
"@vueuse/head": "^0.7.9",
"eslint": "^8.16.0",
"eslint-plugin-vue": "^8.7.1",
"jsdom": "^19.0.0",
"naive-ui": "^2.32.1",
"prettier": "^2.6.2",
"sass": "^1.54.5",
"sass-loader": "^13.0.0",
"typescript": "~4.7.2",
"vite": "^2.9.1",
"vite-plugin-pwa": "^0.12.0",
"vitest": "^0.13.0",
"vue-tsc": "^0.40.5"
}
}