12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "AppX",
- "version": "1.0.0",
- "description": "基于JQuery、Lodash、Typescript、Require、Gulp 等构建的模块化 Web App 框架。",
- "main": "index.html",
- "scripts": {
- "dev": "gulp && gulp serve:watch",
- "start": "gulp serve:watch",
- "postinstall": "gulp",
- "build": "gulp product"
- },
- "author": "Aiello Chan",
- "license": "Apache License 2.0",
- "devDependencies": {
- "browser-sync": "^2.16.1",
- "gulp": "^3.9.1",
- "gulp-autoprefixer": "^3.1.1",
- "gulp-clean": "^0.3.2",
- "gulp-clean-css": "^2.0.13",
- "gulp-concat": "^2.6.1",
- "gulp-htmlmin": "^3.0.0",
- "gulp-if": "^2.0.2",
- "gulp-imagemin": "^3.1.1",
- "gulp-sass": "^2.3.2",
- "gulp-typescript": "^3.0.1",
- "run-sequence": "^1.2.2",
- "typescript": "^2.1.4",
- "typings": "^1.4.0"
- },
- "dependencies": {
- "graceful-fs": "^4.1.9",
- "gulp-uglify": "^3.0.1",
- "gulp-util": "^3.0.8",
- "lodash": "^4.16.2",
- "lodash-amd": "^4.16.2",
- "minimatch": "^3.0.3",
- "node-sass": "^4.14.1",
- "vue": "^2.6.11"
- }
- }
|