1 Star 0 Fork 19

飞牛智能科技/fc-olplot

forked from Mr_Swilder/fc-olplot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
cdxw 提交于 2019-02-13 16:23 . 初始化项目
{
"name": "ol-plot",
"version": "2.0.0",
"description": "openlayers plot",
"main": "src/index.js",
"scripts": {
"dev": "node build/development.js",
"travisDev": "node build/development.js --env nowatch",
"build": "node build/build.js",
"start": "node build/dev-server.js"
},
"keywords": [
"openlayers",
"map",
"plot"
],
"author": "FDD <smileFDD@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/sakitam-fdd/ol-plot.git"
},
"dependencies": {
"autosize": "^4.0.0",
"core-js": "^2.5.1",
"html2canvas": "^0.5.0-beta4",
"nature-dom-util": "^1.1.0",
"observable-emit": "^1.0.1",
"openlayers": "^4.3.1"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"compression-webpack-plugin": "^0.4.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"friendly-errors-webpack-plugin": "^1.1.3",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.3.0",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0",
"yargs": "^6.0.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/feiniu_git/fc-olplot.git
git@gitee.com:feiniu_git/fc-olplot.git
feiniu_git
fc-olplot
fc-olplot
master

搜索帮助