-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.59 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
{
"name": "opensphere-plugin-geoint-viewer",
"version": "1.6.3",
"overrideVersion": "1.6.3",
"description": "OpenSphere",
"directories": {
"externs": "externs",
"src": "src",
"scss": "scss",
"views": "views"
},
"build": {
"type": "plugin",
"config": [
"config/settings.json",
"config/bits-internal-override.json"
],
"scss": "scss/gv.scss",
"gcc": {
"entry_point": [
"goog:osngaimports"
]
},
"themes": [
"nga-dark",
"nga-dark-cb_b",
"nga-dark-cb_rg",
"nga-light",
"nga-light-cb_b",
"nga-light-cb_rg"
]
},
"scripts": {
"build": "npm run lint",
"lint": "run-p lint:css lint:html lint:js",
"lint:css": "stylelint 'scss/**/*.scss'",
"lint:css-fix": "stylelint --fix 'scss/**/*.scss'",
"lint:html": "html-validate 'views/**/*.html'",
"lint:js": "eslint --cache 'src/**/*.js'",
"postinstall": "husky install"
},
"keywords": [
"gis",
"GEOINT",
"geospatial",
"opensphere"
],
"author": "BIT Systems",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@ngageoint/eslint-config-opensphere": "^7.1.1",
"eslint": "^8.0.1",
"html-validate": "6.1.0",
"html-validate-angular": "^3.0.2",
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"stylelint": "^14.0.0",
"stylelint-config-opensphere": "^1.0.0"
},
"dependencies": {
"opensphere": "0.0.0-development",
"opensphere-nga-lib": "^1.0.0",
"opensphere-plugin-geopackage": "^1.0.0"
}
}