jsy-app/package.json

21 lines
332 B
JSON
Raw Normal View History

2024-09-18 10:30:10 +08:00
{
"name": "jsy-user-new",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
2024-12-25 14:04:36 +08:00
"serve": "vite"
2024-09-18 10:30:10 +08:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"sass": "^1.77.8"
},
"dependencies": {
2024-11-20 19:09:37 +08:00
"axios": "0.28.1",
2024-09-18 10:30:10 +08:00
"jsencrypt": "^3.3.2",
2024-12-17 18:55:27 +08:00
"leaflet": "^1.9.4",
2024-11-20 19:09:37 +08:00
"mqtt": "^3.0.0"
2024-09-18 10:30:10 +08:00
}
2024-12-25 14:04:36 +08:00
}