This repository has been archived by the owner on May 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
52
53
54
55
56
57
58
59
60
{
"name": "fireduino-web",
"version": "1.0.0-pre.36",
"description": "Official Fireduino Website and Admin Resource Management System",
"main": "dist/index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"author": "Maverick Fabroa, Christine Lange, Jewel Cedrick Gesim",
"homepage": "https://github.com/mavyfaby/fireduino-web#readme",
"bugs": {
"url": "https://github.com/mavyfaby/fireduino-web/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mavyfaby/fireduino-web.git"
},
"keywords": [
"vue",
"material3"
],
"dependencies": {
"@googlemaps/js-api-loader": "^1.15.2",
"@material-symbols/font-600": "^0.5.5",
"@material/web": "^1.0.0-pre.8",
"animejs": "^3.2.1",
"axios": "^1.4.0",
"base-64": "^1.0.0",
"pinia": "^2.1.3",
"typed.js": "^2.0.16",
"vanilla-tilt": "^1.8.0",
"vue": "^3.3.4",
"vue-router": "^4.2.1",
"vue-toastification": "^2.0.0-rc.5"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"devDependencies": {
"@material/material-color-utilities": "^0.2.6",
"@types/animejs": "^3.1.7",
"@types/base-64": "^1.0.0",
"@types/google.maps": "^3.53.2",
"@types/raf": "^3.4.0",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"sass": "^1.62.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vue-tsc": "^1.6.5"
}
}