-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.82 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
{
"name": "@fumix/fu-blog-client",
"version": "0.2.4",
"scripts": {
"start": "vite --port 5010",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"test": "echo \"At the moment there are no tests for the 'client' package …\"",
"type-check": "vue-tsc",
"lint": "prettier --check 'src/**/*.(ts|vue)' && eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"lintfix": "prettier 'src/**/*.(ts|vue)' --write && eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@fumix/fu-blog-common": "*",
"@sipec/vue3-tags-input": "^3.0.4",
"bootstrap": "5.3.3",
"buffer": "^6.0.3",
"luxon": "^3.3.0",
"stream-browserify": "^3.0.0",
"vue": "^3.4.30",
"vue-i18n": "^9.2.2",
"vue-router": "^4.4.0",
"vuejs-paginate-next": "^1.0.2",
"wordcloud": "^1.2.2"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@material/web": "^2.0.0",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/luxon": "^3.4.2",
"@unhead/vue": "^1.1.26",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"sass": "^1.59.2",
"typescript": "^5.0.4",
"unplugin-fonts": "^1.0.3",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
},
"type": "module"
}