-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 864 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 864 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
33
34
{
"name": "mona",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@3id/connect": "^0.2.5",
"@braid/vue-formulate": "^2.5.2",
"@self.id/core": "^0.1.0",
"@self.id/web": "^0.1.0",
"vue": "^3.2.2",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@headlessui/vue": "^1.4.0",
"@heroicons/vue": "^1.0.3",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@types/tailwindcss": "^2.2.1",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.2",
"autoprefixer": "^10.3.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"tailwindcss": "^2.2.7",
"vite": "^2.6.14"
}
}