-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
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
38
39
40
41
42
{
"name": "mlauth-client",
"version": "0.0.0",
"description": "mlAuth, the magic link authentication service's website",
"scripts": {
"dev": "concurrently \"format\" \"vite\"",
"build": "vite build",
"format": "prettier --write '*.js' '**/*.{js,vue}' '**/**/*.{js,vue}'",
"preview": "vite preview"
},
"keywords": [
"mlAuth",
"magic links authentication",
"planetscape",
"hashnode",
"planetscale hackathon"
],
"author": "James Sinkala <xinnks@gmail.com> (https://jamesinkala.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xinnks/mlAuth-client.git"
},
"dependencies": {
"@vueuse/head": "^0.7.8",
"ohmyfetch": "^0.4.18",
"vue": "^3.2.25",
"vue-router": "4",
"vuex": "^4.0.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"autoprefixer": "^10.4.7",
"concurrently": "^7.2.2",
"postcss": "^8.4.13",
"prettier": "^2.7.1",
"rollup": "^2.0.0",
"tailwindcss": "^3.0.24",
"vite": "^2.9.2"
}
}