link_chang/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2023-03-19 13:31:39 +08:00
{
"name": "link-chang",
"version": "0.0.1",
"description": "A Quasar Project",
"productName": "Quasar App",
"author": "lingling <lingling@qq.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,css,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
2023-03-19 22:54:22 +08:00
"@waiting/base64": "^4.2.9",
"axios": "^1.2.1",
2024-12-01 01:37:10 +08:00
"chai": "^5.1.2",
2023-03-19 22:54:22 +08:00
"js-base64": "^3.7.5",
2024-11-28 22:05:04 +08:00
"link-chang": "file:",
2024-12-01 01:37:10 +08:00
"mocha": "^10.8.2",
2023-03-19 13:31:39 +08:00
"quasar": "^2.6.0",
"vue": "^3.0.0",
2023-03-19 22:54:22 +08:00
"vue-router": "^4.0.0",
"vuex": "^4.0.1"
2023-03-19 13:31:39 +08:00
},
"devDependencies": {
2024-11-29 22:44:13 +08:00
"@babel/preset-typescript": "^7.26.0",
2023-03-19 22:54:22 +08:00
"@quasar/app-vite": "^1.0.0",
2024-11-28 22:05:04 +08:00
"@quasar/quasar-app-extension-testing": "^2.2.0",
2023-03-19 22:54:22 +08:00
"@types/node": "^12.20.21",
2023-03-19 13:31:39 +08:00
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
2023-03-19 22:54:22 +08:00
"autoprefixer": "^10.4.2",
2023-03-19 13:31:39 +08:00
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
2023-03-19 22:54:22 +08:00
"eslint-plugin-vue": "^9.0.0",
2023-03-19 13:31:39 +08:00
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"engines": {
2024-11-28 22:05:04 +08:00
"node": "^22 || ^18 || ^16 || ^14.19",
2023-03-19 13:31:39 +08:00
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
2023-03-19 22:54:22 +08:00
}