-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.38 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
69
70
71
72
73
74
{
"name": "facebook-clone",
"version": "1.0.8",
"license": "MIT",
"scripts": {
"build": "run-p type-check build-only",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --ignore-pattern **/*.js",
"build-only": "vite build",
"dev": "vite",
"format": "prettier --write src/",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"deploy": "firebase deploy",
"prepare": "husky install",
"postinstall": "husky install"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@vueuse/core": "^10.2.1",
"@vueuse/firebase": "^8.9.4",
"@vueuse/integrations": "^10.5.0",
"@vueuse/sound": "^2.0.1",
"axios": "^1.4.0",
"emoji-mart-vue-fast": "^15.0.0",
"firebase": "^10.4.0",
"floating-vue": "^2.0.0-beta.24",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"mem": "^9.0.2",
"pinia": "^2.1.3",
"pinia-plugin-persistedstate": "^3.1.0",
"primeicons": "^6.0.1",
"primevue": "^3.34.1",
"socket.io-client": "^4.7.2",
"tailwindcss-animatecss": "^3.0.4",
"uuid": "^9.0.1",
"v3-infinite-loading": "^1.3.1",
"vue": "^3.3.4",
"vue-advanced-cropper": "^2.8.8",
"vue-material-design-icons": "^5.2.0",
"vue-router": "^4.2.2",
"vue3-colorpicker": "^2.2.2",
"vue3-toastify": "^0.1.11"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.1",
"@types/lodash": "^4.14.195",
"@types/markdown-it": "^13.0.1",
"@types/markdown-it-emoji": "^2.0.2",
"@types/node": "^20.4.1",
"@types/uuid": "^9.0.4",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.11.0",
"husky": "^8.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
}