| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/framework7/ |
Upload File : |
{
"name": "penpal-america",
"private": true,
"version": "1.0.0",
"description": "Penpal America",
"repository": "",
"license": "UNLICENSED",
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production vite build",
"build-cordova": "cross-env TARGET=cordova cross-env NODE_ENV=production vite build && node ./build/build-cordova.js && cd cordova && cordova build",
"postinstall": "cpy --flat ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy --flat ./node_modules/material-icons/iconfont/*.* ./src/fonts/"
},
"browserslist": [
"IOS >= 15",
"Safari >= 15",
"last 5 Chrome versions",
"last 5 Firefox versions"
],
"dependencies": {
"dom7": "^4.0.6",
"framework7": "^8.3.3",
"framework7-icons": "^5.0.5",
"framework7-vue": "^8.3.3",
"material-icons": "^1.13.12",
"skeleton-elements": "^4.0.1",
"swiper": "^11.1.9",
"vue": "^3.4.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.37",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"postcss-preset-env": "^10.0.0",
"rollup": "^4.20.0",
"vite": "^5.4.0",
"vite-plugin-html": "^3.2.2"
}
}