-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 939 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
37
{
"name": "devfest2022",
"description": "Website for Google DevFest 2022 Mauritius",
"demo": "https://devfest.mscc.mu/",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Mauritius Software Craftsmanship Community",
"email": "[email protected]",
"url": "https://www.mscc.mu"
},
"repository": {
"type": "git",
"url": "https://github.com/mscraftsman/devfest2022.git"
},
"bugs": "https://github.com/mscraftsman/devfest2022/issues",
"contributors": [
"https://github.com/mscraftsman/devfest2022/graphs/contributors"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"postscribe": "^2.0.8",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"vite": "^3.1.8"
}
}