FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WebClient-JavaScript/website/package.json at master · MapGIS/WebClient-JavaScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MapGIS
/
WebClient-JavaScript
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
186
Code
Issues
4
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
WebClient-JavaScript
/
website
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
66 lines (66 loc) · 1.49 KB
Breadcrumbs
WebClient-JavaScript
/
website
/
package.json
Copy path
File metadata and controls
66 lines (66 loc) · 1.49 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
webclient-javascript-website
"
,
"version"
:
"
10.5.5
"
,
"private"
:
true
,
"scripts"
: {
"start"
:
"
npm run serve
"
,
"serve"
:
"
vue-cli-service serve
"
,
"build"
:
"
vue-cli-service build
"
,
"lint"
:
"
vue-cli-service lint
"
},
"dependencies"
: {
"ant-design-vue"
:
"
^1.7.4
"
,
"axios"
:
"
^0.21.1
"
,
"core-js"
:
"
^3.3.2
"
,
"echarts"
:
"
^4.8.0
"
,
"element-ui"
:
"
^2.12.0
"
,
"github-markdown-css"
:
"
^4.0.0
"
,
"js-cookie"
:
"
^2.2.1
"
,
"less"
:
"
3.12.2
"
,
"less-loader"
:
"
7.0.2
"
,
"node-sass"
:
"
4.12.0
"
,
"prismjs"
:
"
^1.20.0
"
,
"sass-loader"
:
"
10.1.1
"
,
"splitpanes"
:
"
^2.0.0
"
,
"vue"
:
"
^2.6.10
"
,
"vue-codemirror"
:
"
^4.0.6
"
,
"vue-echarts"
:
"
^5.0.0-beta.0
"
,
"vue-lazyload"
:
"
^1.3.3
"
,
"vue-markdown"
:
"
^2.2.4
"
,
"vue-router"
:
"
^3.1.3
"
,
"vuex"
:
"
^3.1.1
"
},
"devDependencies"
: {
"@vue/cli-plugin-babel"
:
"
^4.0.0
"
,
"@vue/cli-plugin-eslint"
:
"
^4.0.0
"
,
"@vue/cli-plugin-router"
:
"
^4.0.5
"
,
"@vue/cli-plugin-vuex"
:
"
^4.0.5
"
,
"@vue/cli-service"
:
"
^4.0.0
"
,
"babel-eslint"
:
"
^10.0.3
"
,
"eslint"
:
"
^5.16.0
"
,
"eslint-plugin-vue"
:
"
^5.0.0
"
,
"vue-template-compiler"
:
"
^2.6.10
"
},
"eslintConfig"
: {
"root"
:
true
,
"env"
: {
"node"
:
true
},
"extends"
: [
"
plugin:vue/essential
"
,
"
eslint:recommended
"
],
"parserOptions"
: {
"parser"
:
"
babel-eslint
"
}
},
"postcss"
: {
"plugins"
: {
"autoprefixer"
: {}
}
},
"browserslist"
: [
"
> 1%
"
,
"
last 2 versions
"
]
}
Back
|
FazBrowse Home
|
New Git URL