-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
45
{
"name": "template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"flowbite": "^2.0.0",
"flowbite-vue": "^0.1.0",
"i18next": "^23.8.2",
"i18next-vue": "^4.0.0"
},
"devDependencies": {"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"start-server-and-test": "^2.0.1",
"tailwindcss": "^3.3.5",
"vite-plugin-mkcert": "^1.17.3",
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.6"
}
}