-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 KB
/
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
38
39
40
41
42
43
44
{
"name": "dkg-frontend",
"version": "0.8.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"dotenv": "^16.4.5",
"moment": "^2.29.4",
"pinia": "^2.1.3",
"vee-validate": "^4.10.8",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vuetify": "^3.7.0",
"vuetify-use-dialog": "^0.6.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@mdi/js": "^7.2.96",
"@rushstack/eslint-patch": "^1.2.0",
"@testing-library/vue": "^8.0.3",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"jsdom": "^22.1.0",
"prettier": "^2.8.8",
"sinon": "^17.0.1",
"vite": "^4.3.9",
"vitest": "^0.32.0"
}
}