forked from ramamimu/fe-basestation_2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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": "front-end_basestation-2023",
"author": "Ahmad Ferdiansyah Ramadhani",
"license": "MIT",
"version": "0.0.0",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite --host --port 5173",
"preview": "vite preview --port 4173",
"server": "nodemon ./src/server/index.js",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"dependencies": {
"@mdi/font": "5.9.55",
"axios": "^0.27.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"flowbite": "^1.5.3",
"konva": "^8.3.12",
"nodemon": "^2.0.19",
"pinia": "^2.0.17",
"roboto-fontface": "*",
"roslib": "^1.3.0",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"vue": "^3.2.37",
"vue-konva": "^3.0.1",
"vue-router": "^4.1.3",
"vue-socket.io": "^3.0.10",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"vite": "^3.0.8"
}
}