-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 892 Bytes
/
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
{
"name": "Evoting-Client-AMIKOM",
"version": "1.6.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"author": {
"name": "Bagus Budi Satoto",
"email": "[email protected]",
"url": "https://github.com/bagussatoto"
},
"homepage": "https://github.com/bagussatoto/Evoting-Client-AMIKOM",
"bugs": {
"url": "https://github.com/bagussatoto/Evoting-Client-AMIKOM/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/bagussatoto/Evoting-Client-AMIKOM"
},
"dependencies": {
"autoprefixer": "^10.4.0",
"axios": "^0.24.0",
"pinia": "^2.0.4",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"vue": "^3.2.16",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"vite": "^2.6.4"
}
}