-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1022 Bytes
/
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
{
"private": true,
"version": "1.0.0",
"author": {
"name": "Eliaschampi",
"email": "eliaschampi@protonmail.com"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"highlight.js": "^11.7.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.27",
"simplebar": "^5.3.9",
"sweetalert2": "^11.6.16",
"vee-validate": "^4.7.3",
"vue": "^3.2.37",
"vue-router": "^4.1.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"axios": "^1.2.1",
"eslint-plugin-vue": "^9.8.0",
"lodash": "^4.17.21",
"postcss": "^8.4.19",
"sass": "^1.57.0",
"vite": "^3.2.5"
}
}