-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
159 lines (159 loc) · 5.33 KB
/
Copy pathpackage.json
File metadata and controls
159 lines (159 loc) · 5.33 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "@nasa-terra/components",
"description": "A collection of NASA Earthdata components",
"version": "0.0.194",
"homepage": "https://github.com/nasa/terra-ui-components",
"author": "NASA GES DISC <https://disc.gsfc.nasa.gov>",
"license": "MIT",
"customElements": "dist/custom-elements.json",
"web-types": "./dist/web-types.json",
"type": "module",
"types": "dist/terra-ui-components.d.ts",
"jsdelivr": "./cdn/terra-ui-components-autoloader.js",
"exports": {
".": {
"types": "./dist/terra-ui-components.d.ts",
"import": "./dist/terra-ui-components.js"
},
"./dist/custom-elements.json": "./dist/custom-elements.json",
"./dist/terra-ui-components.js": "./dist/terra-ui-components.js",
"./dist/terra-ui-components-autoloader.js": "./dist/terra-ui-components-autoloader.js",
"./dist/themes/*": "./dist/themes/*",
"./dist/components/*": "./dist/components/*",
"./dist/utilities/*": "./dist/utilities/*",
"./dist/react": "./dist/react/index.js",
"./dist/react/*": "./dist/react/*",
"./dist/translations/*": "./dist/translations/*"
},
"files": [
"dist",
"cdn"
],
"keywords": [
"web components",
"custom elements",
"components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nasa/terra-ui-components.git"
},
"bugs": {
"url": "https://github.com/nasa/terra-ui-components/issues"
},
"scripts": {
"start": "npm run serve",
"start:python": "./.venv/bin/jupyter lab",
"serve": "node scripts/build.js --serve",
"build": "node scripts/build.js",
"prebuild": "npm run token-docs",
"token-docs": "node scripts/generate-token-docs.js",
"build:python": "hatch build",
"publish:python": "hatch publish",
"verify": "npm run prettier && npm run build && echo 'should run tests here'",
"prepare": "npx playwright install",
"prepublishOnly": "npm run verify && npm run build:python",
"postpublish": "npm run publish:python",
"postversion": "node scripts/bump-python-version.js",
"prettier": "prettier --write --log-level=warn .",
"prettier:check": "prettier --check --log-level=warn .",
"create": "plop component --plopfile scripts/plop/plopfile.js",
"create-widget": "plop create-widget --plopfile scripts/plop/plopfile.js",
"update-widget": "plop update-widget --plopfile scripts/plop/plopfile.js",
"test": "web-test-runner --group default",
"test:component": "web-test-runner -- --group",
"test:watch": "web-test-runner --watch --group default",
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
"list-outdated-dependencies": "npm-check-updates --format repo --peer",
"update-dependencies": "npm-check-updates --peer -u && npm install"
},
"engines": {
"node": ">=14.17.0"
},
"dependencies": {
"@floating-ui/dom": "^1.7.4",
"@lit/react": "^1.0.8",
"@lit/task": "^1.0.0",
"@tanstack/query-core": "^5.96.0",
"@tanstack/query-persist-client-core": "^5.96.0",
"@turf/turf": "^7.3.5",
"ag-grid-community": "^34.2.0",
"colormap": "^2.3.2",
"composed-offset-position": "^0.0.6",
"date-fns": "^3.6.0",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
"lit": "^3.0.0",
"nouislider": "^15.8.1",
"ol": "^10.8.0",
"plotly.js-dist-min": "^2.30.1"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@biomejs/biome": "2.4.11",
"@custom-elements-manifest/analyzer": "^0.8.4",
"@gesdisc/prettier-config": "^1.2.0",
"@open-wc/testing": "^3.2.0",
"@types/http-proxy": "^1.17.14",
"@types/mocha": "^10.0.2",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^18.2.28",
"@web/dev-server-esbuild": "^0.3.6",
"@web/test-runner": "^0.18.0",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"browser-sync": "^2.29.3",
"chalk": "^5.3.0",
"change-case": "^4.1.2",
"command-line-args": "^5.2.1",
"comment-parser": "^1.4.0",
"cspell": "^6.18.1",
"custom-element-jet-brains-integration": "^1.4.0",
"custom-element-vs-code-integration": "^1.2.1",
"custom-element-vuejs-integration": "^1.0.0",
"del": "^7.1.0",
"download": "^8.0.0",
"esbuild": "^0.19.4",
"esbuild-plugin-polyfill-node": "^0.3.0",
"esbuild-plugin-replace": "^1.4.0",
"express": "^4.19.2",
"front-matter": "^4.0.2",
"get-port": "^7.0.0",
"globby": "^13.2.2",
"handlebars": "^4.7.8",
"heroicons": "github:tailwindlabs/heroicons",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"jsonata": "^2.0.3",
"lint-staged": "^14.0.1",
"lunr": "^2.3.9",
"markdown-it-container": "^3.0.0",
"markdown-it-ins": "^3.0.1",
"markdown-it-kbd": "^2.2.2",
"markdown-it-mark": "^3.0.1",
"markdown-it-replace-it": "^1.0.0",
"npm-check-updates": "^16.14.6",
"npm-run-all": "^4.1.5",
"ora": "^7.0.1",
"pascal-case": "^3.1.2",
"plop": "^4.0.0",
"prettier": "^3.0.3",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"recursive-copy": "^2.0.14",
"sass": "^1.96.0",
"sinon": "^16.1.0",
"smartquotes": "^2.3.2",
"source-map": "^0.7.4",
"strip-css-comments": "^5.0.0",
"tslib": "^2.6.2",
"typescript": "^5.9.3",
"user-agent-data-types": "^0.3.1"
},
"prettier": "@gesdisc/prettier-config",
"lint-staged": {
"*.{ts,js}": [
"prettier --write"
]
}
}