-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.18 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
75
76
77
{
"name": "blog-intership",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@dicebear/avatars": "^4.9.0",
"@dicebear/avatars-initials-sprites": "^4.9.0",
"@guillaumebriday/vue-scroll-progress-bar": "^1.0.0",
"@tailwindcss/forms": "^0.3.3",
"@tiptap/extension-character-count": "^2.0.0-beta.13",
"@tiptap/extension-highlight": "^2.0.0-beta.15",
"@tiptap/extension-history": "^2.0.0-beta.16",
"@tiptap/extension-image": "^2.0.0-beta.15",
"@tiptap/extension-link": "^2.0.0-beta.19",
"@tiptap/extension-text-align": "^2.0.0-beta.22",
"@tiptap/extension-typography": "^2.0.0-beta.14",
"@tiptap/extension-underline": "^2.0.0-beta.16",
"@tiptap/starter-kit": "^2.0.0-beta.101",
"@tiptap/vue-2": "^2.0.0-beta.48",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"date-fns": "^2.23.0",
"element-ui": "^2.15.5",
"html2canvas": "^1.3.2",
"jspdf": "^2.3.1",
"lodash": "^4.17.21",
"tiptap-extensions": "^1.35.2",
"vee-validate": "^3.4.11",
"vue": "^2.6.11",
"vue-i18n": "^8.25.0",
"vue-infinite-loading": "^2.4.5",
"vue-meta": "^2.4.0",
"vue-router": "^3.2.0",
"vue-simple-suggest": "^1.11.1",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.7",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-service": "~4.5.0",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7",
"vue-cli-plugin-i18n": "~2.1.3",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}