forked from ductrannb/practice-yourself
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 KB
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
{
"name": "practice-yourself",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@blowstack/ckeditor5-full-free-build": "^27.0.1",
"@chenfengyuan/vue-countdown": "^2.1.2",
"@ckeditor/ckeditor5-build-classic": "^41.3.1",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@mdi/font": "^7.4.47",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"countup.js": "^2.8.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"sweetalert2": "^11.10.8",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-chartjs": "^5.3.1",
"vue-countup-v2": "^4.0.0",
"vue-router": "^4.3.0",
"vue-sweetalert2": "^5.0.5",
"vue3-google-login": "^2.0.26",
"vuetify": "^3.5.13",
"vuex": "^4.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^24.0.0",
"vite": "^5.1.6",
"vite-plugin-vue-devtools": "^7.0.18",
"vitest": "^1.4.0"
}
}