mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 19:58:18 +08:00
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "@fesjs/template-h5",
|
|
"version": "2.0.0",
|
|
"description": "fes 移动端项目模版",
|
|
"scripts": {
|
|
"build": "fes build",
|
|
"prod": "FES_ENV=prod fes build",
|
|
"dev": "fes dev"
|
|
},
|
|
"keywords": [
|
|
"管理端",
|
|
"fes",
|
|
"fast",
|
|
"easy",
|
|
"strong"
|
|
],
|
|
"files": [
|
|
".eslintrc.js",
|
|
".gitignore",
|
|
".fes.js",
|
|
".fes.prod.js",
|
|
"mock.js",
|
|
"package.json",
|
|
"README.md",
|
|
"tsconfig.json",
|
|
"/src",
|
|
"/config"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-template-h5"
|
|
},
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@webank/eslint-config-webank": "0.3.0",
|
|
"@ttou/postcss-px-to-viewport": "1.1.4"
|
|
},
|
|
"dependencies": {
|
|
"debounce": "1.2.1",
|
|
"@fesjs/fes": "^2.0.0",
|
|
"@fesjs/plugin-icon": "^2.0.0",
|
|
"@fesjs/plugin-request": "^2.0.0",
|
|
"vue": "^3.0.5"
|
|
},
|
|
"private": true
|
|
} |