This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"name": "@dvgis/dc-ui",
"version": "1.0.1",
"main": "./dist/dc-ui.min.js",
"repository": "https://github.com/dvgis/dc-ui.git",
"author": "Caven Chen <[email protected]>",
"license": "MIT",
"homepage": "https://www.dvgis.cn",
"keywords": [
"3D",
"webgl",
"map",
"globe",
"dc-sdk",
"vue"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "yarn run clean && webpack --mode development",
"build": "yarn run clean && webpack --mode production --env.production",
"clean": "rimraf dist/"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-stage-2": "^7.0.0",
"@vue/component-compiler-utils": "^3.2.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"file-loader": "^3.0.1",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"strip-pragma-loader": "^1.0.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"vue-template-es2015-compiler": "^1.9.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-glsl-loader": "^1.0.1",
"webpack-obfuscator": "^1.8.0"
},
"peerDependencies": {
"@dvgis/dc-sdk": "2.8.0",
"vue": "^2.5.17"
}
}