-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 loc) · 2.02 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
{
"name": "vite-exapmle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "vite",
"build": "vite build",
"lint": "eslint --ext .js,.vue src",
"prettier": "prettier -w \"src/**/*.{vue,js,jsx,ts,tsx,css,scss,less}\" -w \"./*.{js,json,html}\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fullcalendar/bootstrap5": "^6.1.15",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/multimonth": "^6.1.15",
"@fullcalendar/resource": "^6.1.15",
"@fullcalendar/resource-timeline": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@fullcalendar/vue": "^6.1.15",
"@vue/shared": "^3.4.38",
"animate.css": "^4.1.1",
"axios": "^1.5.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"echarts-wordcloud": "^2.1.0",
"element-ui": "^2.15.14",
"heatmap.js": "^2.0.5",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"masonry-layout": "^4.2.2",
"sortablejs": "^1.15.2",
"tinycolor2": "^1.6.0",
"vue": "^2.7.16",
"vue-router": "^3.6.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"@vitejs/plugin-vue2-jsx": "^1.1.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.24.0",
"mockjs": "^1.1.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"tailwindcss": "^3.3.3",
"vite": "^4.5.3",
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html-template": "^1.2.0",
"vite-plugin-mock": "^3.0.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue-template-compiler": "^2.7.16"
},
"engines": {
"node": "14.x"
}
}