forked from fsr5-fhaachen/portals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.81 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
46
47
48
49
50
51
{
"name": "@fsr5-fhaachen/portals",
"description": "Group allocation tool for the first week of the Department of Electrical Engineering and Information Technology at the FH Aachen - University of Applied Sciences.",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fsr5-fhaachen/portals"
},
"scripts": {
"dev": "vite",
"build": "vite build && npx tailwindcss -i ./resources/css/app.css -o ./public/css/app.css --minify",
"lint": "npx prettier --check \"./resources/js/**/*.{ts,vue}\" --check \"./README.md\"",
"lint:fix": "npx prettier --write \"./resources/js/**/*.{ts,vue}\" --check \"./README.md\""
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.15",
"axios": "^1.5.0",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.21",
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.3",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^3.2.7",
"vue-loader": "^17.2.2",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"@formkit/addons": "^1.1.0",
"@formkit/core": "^1.2.2",
"@formkit/themes": "^1.1.0",
"@formkit/vue": "^1.1.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.3",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.6",
"vue": "^3.3.4"
}
}