2019-08-03 21:49:54 -04:00
|
|
|
{
|
2024-06-24 11:04:26 +05:30
|
|
|
"name": "apple-psh",
|
2024-06-20 17:24:28 +05:30
|
|
|
"private": false,
|
2024-06-24 11:04:26 +05:30
|
|
|
"version": "0.1.7",
|
|
|
|
"type": "module",
|
|
|
|
"main": "./dist/apple-psh.js",
|
|
|
|
"homepage": "https://github.com/KathiravanKrish/setup-node-test/",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/KathiravanKrish/setup-node-test/issues"
|
2019-08-03 21:49:54 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-06-24 11:04:26 +05:30
|
|
|
"url": "git+https://github.com/KathiravanKrish/setup-node-test.git"
|
2019-08-03 21:49:54 -04:00
|
|
|
},
|
2024-06-24 10:49:09 +05:30
|
|
|
"license": "Apache-2.0",
|
2024-06-24 11:04:26 +05:30
|
|
|
"author": "KathiravanKrish <kathiravankrish@github.com>",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"package.json",
|
|
|
|
"README.md",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
2019-08-03 21:49:54 -04:00
|
|
|
"dependencies": {
|
2024-06-24 11:04:26 +05:30
|
|
|
"@mdi/font": "^7.4.47",
|
|
|
|
"vite-plugin-vuetify": "^2.0.3",
|
|
|
|
"vue": "^3.4.21",
|
|
|
|
"vuetify": "^3.5.9",
|
|
|
|
"webfontloader": "^1.6.28"
|
2019-08-03 21:49:54 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-24 11:04:26 +05:30
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
"@vuepress/bundler-vite": "next",
|
|
|
|
"@vuepress/client": "next",
|
|
|
|
"@vuepress/theme-default": "next",
|
|
|
|
"prettier": "3.2.5",
|
|
|
|
"typescript": "^5.2.2",
|
|
|
|
"unplugin-vue-components": "^0.26.0",
|
|
|
|
"vite": "^5.1.6",
|
|
|
|
"vue-tsc": "^1.8.27",
|
|
|
|
"vuepress": "next"
|
2019-08-03 21:49:54 -04:00
|
|
|
}
|
2024-06-24 11:04:26 +05:30
|
|
|
}
|