1234567891011121314151617 |
- {
- "name": "phonecasediy",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "clipboard": "^2.0.11",
- "dayjs": "^1.11.13",
- "pinia-plugin-persistedstate": "^4.1.2"
- }
- }
|