-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 873 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": "se_organization",
"version": "1.0.0",
"description": "# TODO * Index database * Build out all middlewares * Consider making structs for specific middlware funcitonality",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "github.com/thejohnny5/se_organization.git"
},
"keywords": [
"GO",
"Vue",
"Vite"
],
"author": "Jonathan Gray",
"license": "ISC",
"dependencies": {
"@vuepic/vue-datepicker": "^7.2.2",
"autoprefixer": "^10.4.16",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vue": "^3.3.7",
"vue-google-oauth2": "^1.5.10",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.5.0"
}
}