解决项目启动异常问题,更新node版本号
This commit is contained in:
parent
950ca2876c
commit
8549ca6b54
9309
package-lock.json
generated
Normal file
9309
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@ -2,15 +2,12 @@
|
||||
"name": "LumenIM",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"main": "electron/main.js",
|
||||
"scripts": {
|
||||
"dev": "vite --mode development --port 5273",
|
||||
"build": "vite build",
|
||||
"dev:test": "vite --mode test --port 5273",
|
||||
"dev:prod": "vite --mode prod --port 5273",
|
||||
"build:test": "vite build --mode test",
|
||||
"build:prod": "vite build --mode test",
|
||||
"preview": "vite preview",
|
||||
"electron": "wait-on tcp:5174 && cross-env NODE_ENV=development PROT=5174 electron .",
|
||||
"electron:dev": "concurrently -k \"npm run dev\" \"npm run electron\"",
|
||||
"electron:build": "vite build --mode electron && electron-builder --mac && electron-builder --win --x64",
|
||||
"electron:build-mac": "vite build --mode electron && electron-builder --mac",
|
||||
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/"
|
||||
@ -25,6 +22,7 @@
|
||||
"js-audio-recorder": "^1.0.7",
|
||||
"pinia": "^2.1.7",
|
||||
"pinia-plugin-persistedstate": "^3.2.0",
|
||||
"pnpm": "^10.10.0",
|
||||
"quill": "^1.3.7",
|
||||
"quill-image-uploader": "^1.3.0",
|
||||
"quill-mention": "^4.1.0",
|
||||
@ -37,29 +35,21 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@icon-park/vue-next": "^1.4.2",
|
||||
"@rushstack/eslint-patch": "^1.3.3",
|
||||
"@tsconfig/node18": "^18.2.2",
|
||||
"@types/node": "^18.18.5",
|
||||
"@types/vue": "^2.0.0",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
||||
"@vue/eslint-config-prettier": "^8.0.0",
|
||||
"@vue/eslint-config-typescript": "^12.0.0",
|
||||
"@vue/tsconfig": "^0.4.0",
|
||||
"concurrently": "^7.3.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"electron": "^19.1.9",
|
||||
"electron-builder": "^23.6.0",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"less": "^4.2.0",
|
||||
"less-loader": "^11.1.3",
|
||||
"naive-ui": "^2.35.0",
|
||||
"npm-run-all2": "^6.1.1",
|
||||
"prettier": "^3.1.0",
|
||||
"typescript": "~5.2.0",
|
||||
"unocss": "0.58.0",
|
||||
"vite": "^4.5.1",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vue-tsc": "^1.8.25",
|
||||
@ -90,14 +80,6 @@
|
||||
"createDesktopShortcut": true,
|
||||
"createStartMenuShortcut": true,
|
||||
"shortcutName": "lumeim-icon"
|
||||
},
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"electron/**/*"
|
||||
],
|
||||
"directories": {
|
||||
"buildResources": "assets",
|
||||
"output": "dist_electron"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2717
pnpm-lock.yaml
2717
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user