-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.15 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
{
"name": "firebase-vue3-word-helper-2",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"format": "prettier --write 'src/**/*.{js,ts,vue}'"
},
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@popperjs/core": "^2.11.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@vueuse/head": "^0.7.6",
"click-outside-vue3": "^4.0.1",
"bootstrap": "^5.2.0",
"bootstrap-icons-vue": "^1.8.1",
"bootstrap-vue": "^2.22.0",
"bootstrap-vue-3": "^0.2.8",
"core-js": "^3.21.0",
"firebase": "^9.6.11",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"moment": "^2.29.1",
"mutationobserver-shim": "^0.3.7",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"vue": "^3.2.37",
"vue-class-component": "^8.0.0-rc.1",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.2.0",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-router": "^4.0.14",
"vuex": "^4.0.2",
"yarn": "^1.22.17"
},
"devDependencies": {
"@soerenmartius/vue3-clipboard": "0.1.2",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-router": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-plugin-vuex": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/compiler-sfc": "^3.2.33",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.6.0",
"eslint-plugin-vuejs-accessibility": "^1.1.0",
"postcss": "^8.4.12",
"postcss-custom-properties": "10",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3",
"unplugin-auto-import": "^0.11.2",
"vue-cli-plugin-bootstrap-vue": "~0.8.2",
"vue-cli-plugin-tailwind": "~3.0.0"
},
"license": "MIT"
}