Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jul 26, 2024
1 parent 8238028 commit 7397637
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "ZeroCatNext",
"name": "zerocatnext",
"version": "0.0.0",
"scripts": {
"dev": "vite --port 3003 --host",
"build": "vite build",
"build-scratch-gui": "cd scratch-gui && npm install && webpack --colors --bail && cd ..",
"build-scratch-gui": "cd scratch-gui && npm install && npm run build && cd ..",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"deploy":"npm run build-scratch-gui && npm run build"
"deploy": "npm run build-scratch-gui && npm run build",
"install": "npm install && npm install -C /scratch-gui"
},
"dependencies": {
"@mdi/font": "7.4.47",
Expand Down Expand Up @@ -35,6 +36,7 @@
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-vue": "^9.27.0",
"pinia": "^2.1.7",
"rollup-plugin-copy": "^3.5.0",
"sass": "1.77.6",
"unplugin-auto-import": "^0.17.6",
"unplugin-fonts": "^1.1.1",
Expand All @@ -43,7 +45,6 @@
"vite": "^5.3.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-router": "^4.4.0",
"rollup-plugin-copy": "^3.5.0"
"vue-router": "^4.4.0"
}
}

0 comments on commit 7397637

Please sign in to comment.