-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
97 lines (97 loc) · 3.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "ocean-monitor",
"version": "1.4.0",
"description": "海洋台风相关页面集合",
"main": "index.js",
"scripts": {
"init": "webpack --progress --config webpack.dev.config.js",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider --openssl-legacy-provider && webpack-dev-server --content-base ./ --open --inline --hot --compress --history-api-fallback --config webpack.dev.config.js",
"build": "set NODE_OPTIONS=--openssl-legacy-provider --openssl-legacy-provider && webpack --progress --hide-modules --config webpack.prod.config.js",
"lint": "eslint --fix --ext .js,.vue src",
"koa":"node ./src/bule-koa.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/plugin-syntax-async-generators": "^7.2.0",
"axios": "^0.21.2",
"clipboard": "^1.5.12",
"d3": "^5.9.2",
"dayjs": "^1.10.4",
"echarts": "^3.4.0",
"glob": "^7.1.2",
"got": "^11.8.2",
"html2canvas": "^0.5.0-beta4",
"iview": "^3.4.0",
"js-cookie": "^2.1.3",
"koa": "^2.5.1",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^4.0.3",
"koa-views": "^6.1.4",
"md5": "^2.2.1",
"moment": "^2.29.2",
"mongoose": "^5.1.4",
"p-map": "^4.0.0",
"parcel-bundler": "^1.8.1",
"plotly.js": "^1.47.3",
"promise-ftp": "^1.3.5",
"promise-ftp-common": "^1.1.5",
"request-promise": "^4.2.2",
"topojson-client": "^3.0.0",
"vue": "^2.5.16",
"vue-router": "^2.3.1",
"vuex": "^2.2.1",
"web-push": "^3.3.2"
},
"devDependencies": {
"@babel/preset-env": ">=7.4.3",
"autoprefixer-loader": ">=2.0.0",
"babel": ">=6.23.0",
"babel-cli": ">=6.0.0",
"babel-core": ">=6.0.0",
"babel-loader": ">=7.1.5",
"babel-plugin-syntax-async-functions": ">=6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": ">=6.12.0",
"babel-preset-env": ">=1.7.0",
"babel-preset-es2015": ">=6.9.0",
"babel-preset-es2016": ">=6.24.1",
"babel-preset-stage-0": ">=6.24.1",
"babel-runtime": ">=6.11.6",
"cheerio": "^1.0.0-rc.2",
"css-loader": "^0.23.1",
"eslint": "^3.12.2",
"eslint-plugin-html": "^1.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": ">=0.8.5",
"html-loader": ">=0.3.0",
"html-webpack-plugin": ">=3.2.0",
"koa-body": "^4.0.4",
"koa2-cors": "^2.0.6",
"mini-css-extract-plugin": ">=0.4.1",
"node-schedule": "^1.3.0",
"open": ">=0.0.5",
"p-any": ">=1.1.0",
"request": "^2.85.0",
"serviceworker-webpack-plugin": "^1.0.1",
"socks5-http-client": "^1.0.3",
"socks5-https-client": "^1.2.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": ">=1.3.3",
"vue-html-loader": ">=1.2.3",
"vue-loader": ">=11.0.0",
"vue-style-loader": ">=1.0.0",
"vue-template-compiler": ">=2.5.16",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": ">=3.1.11",
"webpack-merge": "^3.0.0"
}
}