forked from element-plus/element-plus-nuxt-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "element-plus-nuxt-starter",
"packageManager": "[email protected]",
"version": "0.1.0",
"description": "Element Plus with Nuxt 3 Minimal Starter",
"repository": {
"type": "git",
"url": "git://github.com/element-plus/element-plus-nuxt-starter"
},
"author": "Element Plus Team",
"license": "MIT",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"preview": "nuxi preview",
"start": "node .output/server/index.mjs",
"generate": "nuxi generate"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@element-plus/nuxt": "^1.0.4",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.6",
"@nuxtjs/color-mode": "^3.2.0",
"@pinia/nuxt": "^0.4.8",
"@unocss/nuxt": "^0.51.2",
"@vueuse/nuxt": "^9.13.0",
"element-plus": "^2.3.3",
"nuxt": "^3.3.3",
"sass": "^1.61.0",
"typescript": "^5.0.4",
"vue-router": "^4.1.6"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack",
"vite",
"vue"
]
}
}
}