菜大王uniapp开发
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
518 B

{
"name": "cdw",
"version": "1.0.0",
"packageManager": "pnpm@10.18.1",
"description": "",
"author": "",
"license": "ISC",
"keywords": [],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext pages",
"format": "eslint --ext pages --fix"
},
"dependencies": {
"crypto-js": "^4.2.0",
"moment": "^2.30.1",
"pinia": "^3.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^5.4.1",
"eslint": "^9.37.0"
}
}