mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
fix: lock node vision
This commit is contained in:
parent
bf1cfcdd27
commit
bf5445b6e4
1
.npmrc
1
.npmrc
@ -2,3 +2,4 @@ registry=https://registry.npmmirror.com/
|
|||||||
shamefully-hoist=true
|
shamefully-hoist=true
|
||||||
strict-peer-dependencies=false
|
strict-peer-dependencies=false
|
||||||
auto-install-peers=true
|
auto-install-peers=true
|
||||||
|
engine-strict = true
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.9.3",
|
"version": "0.9.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "chansee97",
|
"name": "chansee97",
|
||||||
"email": "chen.dev@foxmail.com",
|
"email": "chen.dev@foxmail.com",
|
||||||
@ -36,6 +36,9 @@
|
|||||||
"naive-ui-admin",
|
"naive-ui-admin",
|
||||||
"UnoCSS"
|
"UnoCSS"
|
||||||
],
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 20"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --mode dev --port 9980",
|
"dev": "vite --mode dev --port 9980",
|
||||||
"dev:test": "vite --mode test",
|
"dev:test": "vite --mode test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user