Dining_Hall/package.json

21 lines
419 B
JSON
Raw Normal View History

2024-12-17 09:13:52 +08:00
{
"name": "gz_safety_app",
"version": "1.0.0",
2025-03-14 15:15:54 +08:00
"description": "绿智食堂",
2024-12-17 09:13:52 +08:00
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"base-64": "^1.0.0",
2025-02-19 09:34:34 +08:00
"crypto-js": "^4.2.0",
"image-tools": "^1.4.0",
"js-cookie": "^3.0.5"
},
"devDependencies": {
"postcss-px-to-viewport": "^1.1.1"
2024-12-17 09:13:52 +08:00
}
}