-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.05 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
43
{
"name": "karboard",
"type": "module",
"version": "0.0.2-beta",
"description": "Kar-Board is a Nuxt 3 template for creating job board websites less than a minute.",
"funding": "https://github.com/sponsors/arashsheyda",
"repository": {
"type": "git",
"url": "git+https://github.com/arashsheyda/karboard.git"
},
"main": "./nuxt.config.ts",
"files": [
"components",
"composables",
"pages",
"types",
"utils",
"app.config.ts",
"app.vue",
"nuxt.config.ts",
"nuxt.schema.ts"
],
"scripts": {
"build": "nuxt build .playground",
"dev": "nuxt dev .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"nuxt": "^3.8.2",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxthq/studio": "^1.0.6",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.10.1",
"@vueuse/nuxt": "^10.7.0",
"nuxt-icon": "^0.6.7"
}
}