-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.72 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.72 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
{
"name": "streamflow-drought-forecasts",
"version": "1.2.0",
"description": "Streamflow drought status and forecasts for the conterminous United States",
"main": "index.html",
"author": "USGS Vizlab",
"license": "Public Domain, CC0-1.0",
"private": true,
"scripts": {
"dev": "cat .env_committed dev_mapbox_key_do_not_commit.txt > .env && vite --mode test_tier",
"build-test": "cat .env_committed mapbox_key_do_not_commit.txt > .env && vite build --mode test_tier",
"build-beta": "cat .env_committed mapbox_key_do_not_commit.txt > .env && vite build --mode beta_tier",
"build-prod": "cat .env_committed mapbox_key_do_not_commit.txt > .env && vite build --mode prod_tier",
"lint": "eslint --ext .vue,.js,.jsx,.cjs,.mjs --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@uswds/uswds": "3.12.0",
"mapbox-gl": "^3.10.0",
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-uswds": "^1.14.0"
},
"devDependencies": {
"@eslint/compat": "1.2.7",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@rollup/plugin-replace": "6.0.2",
"@rushstack/eslint-patch": "^1.10.5",
"@turf/turf": "7.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vueform/slider": "2.1.10",
"@vueuse/core": "13.4.0",
"@vueuse/integrations": "13.5.0",
"d3": "^7.9.0",
"eslint": "^9.21.0",
"eslint-plugin-vue": "^9.32.0",
"luxon": "3.6.1",
"mobile-device-detect": "^0.4.3",
"prettier": "^3.5.2",
"sass": "1.85.1",
"vite": "^6.2.0",
"vite-plugin-ejs": "^1.7.0",
"vite-svg-loader": "^5.1.0"
}
}