forked from windbow27/kornblume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.13 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
60
61
62
63
64
65
66
67
68
{
"name": "kornblume",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit --skipLibCheck --allowJs && vite build",
"preview": "vite preview",
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"deploy": "npm run image-process && cd dist && copy index.html 404.html && cd .. && gh-pages -d dist",
"type-check": "vue-tsc --noEmit --skipLibCheck --allowJs",
"lint-fix": "eslint --fix --ext .js,.vue src",
"test": "vitest",
"visualize:tree": "vite-bundle-visualizer --template treemap",
"visualize:network": "vite-bundle-visualizer --template network",
"visualize:sunburst": "vite-bundle-visualizer --template sunburst",
"image-process": "node scripts/images.js"
},
"dependencies": {
"@vuepic/vue-datepicker": "^8.2.0",
"@vueuse/core": "^10.7.0",
"fabric": "^5.3.0",
"flag-icons": "^7.1.0",
"fuse.js": "^7.0.0",
"gapi-script": "^1.2.0",
"glpk.js": "^4.0.2",
"i18n": "^0.15.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"tesseract.js": "^5.0.3",
"tippy.js": "^6.3.7",
"vue": "^3.3.11",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"vue3-google-signin": "^1.3.2",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@types/fabric": "^5.3.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.20",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"gh-pages": "^6.1.0",
"i": "^0.3.7",
"postcss": "^8.4.32",
"sharp": "^0.33.2",
"tailwindcss": "^3.3.6",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vite": "^5.0.13",
"vite-bundle-visualizer": "^1.0.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^1.0.4",
"vue-tsc": "^1.8.25"
},
"optionalDependencies": {
"@img/sharp-win32-x64": "^0.33.2"
}
}