|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"name": "AppX",
|
|
|
"version": "1.0.0",
|
|
|
- "description": "基于 Dojo、JQuery、Lodash、Typescript、Gulp 等构建的模块化 Web App 框架。",
|
|
|
+ "description": "基于 Cesium、JQuery、Lodash、Typescript、Require、Gulp 等构建的模块化 Web App 框架。",
|
|
|
"main": "index.html",
|
|
|
"scripts": {
|
|
|
"start": "gulp serve:watch",
|
|
@@ -11,25 +11,37 @@
|
|
|
"author": "Aiello Chan",
|
|
|
"license": "Apache License 2.0",
|
|
|
"devDependencies": {
|
|
|
+ "@types/cesium": "^1.54.5",
|
|
|
"browser-sync": "^2.16.1",
|
|
|
"gulp": "^3.9.1",
|
|
|
"gulp-autoprefixer": "^3.1.1",
|
|
|
- "gulp-batch-replace": "^0.0.0",
|
|
|
"gulp-clean": "^0.3.2",
|
|
|
"gulp-clean-css": "^2.0.13",
|
|
|
+ "gulp-concat": "^2.6.1",
|
|
|
"gulp-htmlmin": "^3.0.0",
|
|
|
- "gulp-if-else": "^1.0.3",
|
|
|
+ "gulp-if": "^2.0.2",
|
|
|
"gulp-imagemin": "^3.1.1",
|
|
|
- "gulp-sass": "^2.3.2",
|
|
|
+ "gulp-sass": "^3.2.1",
|
|
|
"gulp-typescript": "^3.0.1",
|
|
|
"run-sequence": "^1.2.2",
|
|
|
"typescript": "^2.1.4",
|
|
|
"typings": "^1.4.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@types/bootstrap-slider": "^9.9.1",
|
|
|
+ "bootstrap-slider": "^10.6.1",
|
|
|
+ "cnpm": "^6.1.1",
|
|
|
"graceful-fs": "^4.1.9",
|
|
|
+ "gulp-batch-replace": "0.0.0",
|
|
|
+ "gulp-if-else": "^1.0.3",
|
|
|
+ "gulp-uglify": "^3.0.1",
|
|
|
+ "gulp-util": "^3.0.8",
|
|
|
+ "jquery": "^3.3.1",
|
|
|
"lodash": "^4.16.2",
|
|
|
"lodash-amd": "^4.16.2",
|
|
|
- "minimatch": "^3.0.3"
|
|
|
+ "minimatch": "^3.0.3",
|
|
|
+ "natives": "^1.1.6",
|
|
|
+ "node-sass": "^5.0.0",
|
|
|
+ "three": "^0.106.2"
|
|
|
}
|
|
|
}
|