1234567891011121314151617181920212223242526272829 |
- {
- "name": "webappframe",
- "description": "基于 Dojo、JQuery、Lodash、Typescript、Gulp等构建的模块化 Web App 框架。",
- "main": "index.html",
- "authors": [
- "Aiello Chan",
- "Wangjiao",
- "Zengxianwei",
- "Songling"
- ],
- "license": "Apache License 2.0",
- "homepage": "",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "bootstrap-datetimepicker": "^0.0.11",
- "jquery": "3.3.1",
- "bootstrap": "4.0.0",
- "lodash-amd": "3.10.2",
- "echarts": "^3.3.1",
- "bootstrap-switch": "^3.3.2"
- }
- }
|