mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-14 02:48:06 +08:00
23 lines
601 B
JSON
23 lines
601 B
JSON
{
|
|
"name": "@fesjs/template-h5",
|
|
"type": "module",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"description": "fes 移动端项目模版",
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "FES_ENV=prod fes build",
|
|
"dev": "fes dev"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/builder-vite": "workspace:*",
|
|
"@fesjs/fes": "workspace:*",
|
|
"@fesjs/plugin-icon": "workspace:*",
|
|
"@fesjs/plugin-request": "workspace:*",
|
|
"core-js": "^3.45.1",
|
|
"postcss-px-to-viewport-8-plugin": "^1.2.3",
|
|
"vue": "^3.5.21"
|
|
}
|
|
}
|