-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.81 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": "portfolio",
"version": "4.3.0",
"scripts": {
"dev": "vite",
"build": "vite build --mode production --sourcemap false",
"preview": "vite preview",
"lint": "eslint --fix . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@codemirror/lang-sql": "^6.8.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@primeuix/themes": "^1.0.0",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^10.11.1",
"ansi-to-html": "^0.7.2",
"axios": "^1.6.7",
"chart.js": "3.3.2",
"gsap": "^3.13.0",
"js-cookie": "^3.0.5",
"js-dos": "^8.3.19",
"marked": "^14.1.2",
"pinia": "^2.3.0",
"primeicons": "^7.0.0",
"primevue": "^4.3.1",
"tailwindcss-primeui": "^0.5.0",
"three": "^0.163.0",
"vue": "^3.4.34",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"vuedraggable": "^4.1.0",
"vuewordcloud": "^19.0.0"
},
"devDependencies": {
"@primevue/auto-import-resolver": "^4.3.1",
"@rushstack/eslint-patch": "^1.8.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"postcss": "^8.4.40",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.89.0",
"tailwindcss": "^3.4.6",
"three-stdlib": "^2.32.1",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.1"
}
}