forked from taricov/d-profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 808 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
{
"name": "d-webabout",
"displayName": "D-Webabout",
"version": "1.0.0",
"description": "D-Webabout is a company profiler app where a company can build a web about page as digital representation on the cloud.",
"private": false,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.3.0",
"@tailwindcss/forms": "^0.5.3",
"@vueuse/core": "^9.12.0",
"@vueuse/nuxt": "^9.12.0",
"nuxt": "^3.1.1",
"nuxt-icon": "^0.2.10"
},
"dependencies": {
"@headlessui/vue": "^1.7.8",
"floating-vue": "^2.0.0-beta.20",
"js-base64": "^3.7.4",
"vuedraggable": "^4.1.0"
}
}