-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 791 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
{
"name": "nuxt-typescript-tailwind-starter",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=3100",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node ./node_modules/nuxt/bin/nuxt.mjs start",
"test": "vitest run"
},
"dependencies": {
"@nuxtjs/robots": "^4.1.6",
"@pinia/nuxt": "^0.5.4",
"pinia": "^2.2.2",
"vue": "latest"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.1",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"happy-dom": "^15.7.3",
"nuxt": "^3.13.0",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
}