-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 Bytes
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
{
"name": "code-share",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@heroicons/vue": "^2.1.5",
"@vueuse/core": "^11.2.0",
"axios": "^1.7.7",
"monaco-editor": "^0.52.0",
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-toastification": "2.0.0-rc.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"prettier": "^3.3.3",
"sass": "^1.69.5",
"sass-embedded": "^1.80.6",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-remove-console": "^2.2.0"
}
}