-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 970 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 970 Bytes
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
{
"name": "energy-database",
"version": "2.0.0",
"description": "State Energy is a curated database of state-level activities facilitating emissions reductions, positive economic outcomes, and climate resilience—from the Clean Resilient States Initiative, created by the CSIS Energy Security & Climate Change Program.",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 8080",
"build": "vite build",
"preview": "vite preview --port 8080"
},
"keywords": [
"svelte",
"energy",
"database"
],
"author": "José Romero",
"license": "See license in LICENSE",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"sass": "^1.80.4",
"svelte": "^5.0.3",
"svelte-select": "^4.4.7",
"vite": "^5.4.9"
},
"dependencies": {
"d3-fetch": "^3.0.1"
},
"bugs": {
"url": "https://github.com/CSIS-iLab/energy-database/issues"
},
"homepage": "https://stateenergy.csis.org"
}