2020-12-22 19:38:50 +08:00
|
|
|
{
|
2021-03-05 17:03:04 +08:00
|
|
|
"name": "@fesjs/template-h5",
|
2021-03-06 21:30:38 +08:00
|
|
|
"version": "2.0.0",
|
2021-01-04 20:32:44 +08:00
|
|
|
"description": "fes 移动端项目模版",
|
2020-12-22 19:38:50 +08:00
|
|
|
"scripts": {
|
|
|
|
"build": "fes build",
|
2021-04-11 19:12:48 +08:00
|
|
|
"prod": "FES_ENV=prod fes build",
|
2020-12-22 19:38:50 +08:00
|
|
|
"dev": "fes dev"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"管理端",
|
|
|
|
"fes",
|
|
|
|
"fast",
|
|
|
|
"easy",
|
|
|
|
"strong"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
".eslintrc.js",
|
|
|
|
".gitignore",
|
2021-01-28 16:59:03 +08:00
|
|
|
".fes.js",
|
|
|
|
".fes.prod.js",
|
|
|
|
"mock.js",
|
2020-12-22 19:38:50 +08:00
|
|
|
"package.json",
|
|
|
|
"README.md",
|
2021-01-28 16:59:03 +08:00
|
|
|
"tsconfig.json",
|
|
|
|
"/src",
|
|
|
|
"/config"
|
2020-12-22 19:38:50 +08:00
|
|
|
],
|
|
|
|
"repository": {
|
2021-01-04 20:32:44 +08:00
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
|
|
"directory": "packages/fes-template-h5"
|
2020-12-22 19:38:50 +08:00
|
|
|
},
|
2021-01-04 20:32:44 +08:00
|
|
|
"author": "qlin",
|
2020-12-22 19:38:50 +08:00
|
|
|
"license": "MIT",
|
2021-01-04 20:32:44 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
2021-01-05 10:26:19 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-12-22 19:38:50 +08:00
|
|
|
"devDependencies": {
|
2021-05-22 13:19:19 +08:00
|
|
|
"@webank/eslint-config-webank": "0.3.0",
|
2021-05-24 15:53:59 +08:00
|
|
|
"@ttou/postcss-px-to-viewport": "1.1.4"
|
2020-12-22 19:38:50 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-22 13:19:19 +08:00
|
|
|
"debounce": "1.2.1",
|
2021-03-05 17:03:04 +08:00
|
|
|
"@fesjs/fes": "^2.0.0-rc.0",
|
|
|
|
"@fesjs/plugin-icon": "^2.0.0-rc.0",
|
|
|
|
"@fesjs/plugin-request": "^2.0.0-rc.0",
|
|
|
|
"vue": "^3.0.5"
|
2021-01-07 16:31:38 +08:00
|
|
|
},
|
|
|
|
"private": true
|
2021-05-22 13:19:19 +08:00
|
|
|
}
|