forked from HackPNW/Winter-HackPNW-Site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 745 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 745 Bytes
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
{
"name": "hackpnw",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"build-csr": "vite build",
"preview": "vite preview",
"prettier": "prettier --write \"**/*.{vue,js,ts,json}\""
},
"dependencies": {
"@vueuse/core": "^9.2.0",
"axios": "^1.1.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mongodb": "^4.10.0",
"vee-validate": "^4.6.10",
"vue": "^3.2.37",
"vue-router": "^4.1.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.11",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0",
"vite-ssg": "^0.20.2"
}
}