-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.63 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
48
49
50
51
52
53
54
55
{
"name": "csa-website",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@primevue/themes": "^4.1.0",
"@tsparticles/engine": "^3.6.0",
"@tsparticles/vue3": "^3.0.1",
"axios": "^1.11.0",
"body-scroll-lock": "4.0.0-beta.0",
"crypto-js": "^4.2.0",
"element-plus": "^2.10.7",
"highlight.js": "^11.11.1",
"marked": "^16.2.1",
"notyf": "^3.10.0",
"particles.vue3": "^2.12.0",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"primeicons": "^7.0.0",
"primevue": "^4.1.0",
"showdown": "^2.1.0",
"tsparticles": "^3.6.0",
"typed.js": "^2.1.0",
"vditor": "3.8.18",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"vue-vditor": "^0.0.7",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@primevue/auto-import-resolver": "^4.1.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-prettier": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.28.0",
"less": "^4.2.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.19"
}
}