blob: 4e2b1915962742f6ff9df2359227b90920671d1a [file] [log] [blame]
{
"name": "echarts-doc",
"version": "0.0.1",
"description": "Documentation of ECharts",
"repository": {
"type": "git",
"url": "https://github.com/apache/echarts-doc"
},
"scripts": {
"build": "node build.js --env asf",
"watch": "node build.js --env dev --watch",
"localsite": "node build.js --env localsite",
"build:site": "npx webpack --config build/webpack.config.js --mode production",
"watch:site": "npx webpack --config build/webpack.config.js --mode development --devtool sourcemap --watch",
"server": "node server.js",
"format": "node tool/format.js",
"dev": "npx concurrently --kill-others \"npm:watch\" \"npm:watch:site\" \"npm:server\""
},
"license": "Apache License 2.0",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"chalk": "^3.0.0",
"concurrently": "^5.2.0",
"copy-dir": "^0.3.0",
"css-loader": "^3.5.3",
"diff": "^4.0.2",
"file-loader": "^4.3.0",
"fs-extra": "^8.1.0",
"glob": "^6.0.3",
"globby": "^11.0.1",
"htmlparser2": "^4.1.0",
"install": "^0.13.0",
"jsdom": "^9.8.3",
"marked": "^0.3.19",
"mini-css-extract-plugin": "^0.8.2",
"node-static": "^0.7.11",
"npm": "^6.14.5",
"open": "^7.0.4",
"sass.js": "^0.11.1",
"sassjs-loader": "^2.0.0",
"style-loader": "^1.2.1",
"url-loader": "^2.3.0",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"worker-loader": "^2.0.0",
"yargs": "^14.2.3"
},
"dependencies": {
"codemirror": "^5.54.0",
"highlight.js": "^9.18.1",
"lodash": "^4.17.20",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mark.js": "^8.11.1",
"scroll-into-view": "^1.14.2",
"string-similarity-js": "^2.1.2",
"vanilla-lazyload": "^12.5.1",
"vue-custom-scrollbar": "^1.2.0",
"vue-i18n": "^8.18.2",
"vue-text-highlight": "^2.0.10",
"whatwg-fetch": "^3.0.0",
"zrender": "^5.0.1"
}
}