-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 951 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": "there-and-back-again",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"deploy": "npm run build -s && gh-pages -d dist",
"preview": "vite preview",
"lint:eslint": "eslint . --ext .js,.vue"
},
"dependencies": {
"@fontsource/mirza": "^4.5.11",
"@fontsource/playfair-display": "^4.5.13",
"@fontsource/quattrocento": "^4.5.10",
"@fontsource/roboto": "^4.5.8",
"@mdi/font": "^7.1.96",
"@supabase/supabase-js": "^2.4.0",
"buntpapier": "^2.0.0-alpha.21",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-vue-pug": "^0.5.5",
"gh-pages": "^4.0.0",
"pug": "^3.0.2",
"stylus": "^0.59.0",
"vite": "^4.0.0"
}
}