-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.41 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
{
"name": "drb-story",
"version": "2.0.0",
"description": "Water science and management in the Delaware River Basin",
"main": "index.html",
"author": "USGS Vizlab",
"license": "Public Domain, CC0-1.0",
"private": true,
"scripts": {
"dev": "vite --mode test_tier",
"build": "vite build --mode prod_tier",
"build-test": "vite build --mode test_tier",
"build-beta": "vite build --mode beta_tier",
"build-prod": "vite build --mode prod_tier",
"preview": "vite preview",
"lint": "eslint --ext .vue,.js,.jsx,.cjs,.mjs --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@uswds/uswds": "3.13.0",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-router": "^4.6.4",
"vue-uswds": "^1.14.0",
"vue3-carousel": "^0.3.1",
"vue3-observe-visibility": "^1.0.4"
},
"devDependencies": {
"@eslint/compat": "2.0.0",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/vue-fontawesome": "^3.1.2",
"@rushstack/eslint-patch": "^1.15.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/eslint-config-prettier": "^10.2.0",
"d3": "^7.9.0",
"eslint": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"less": "^4.5.1",
"mobile-device-detect": "^0.4.3",
"prettier": "^3.7.4",
"sass": "1.97.1",
"vite": "^7.3.0",
"vite-plugin-ejs": "^1.7.0",
"vite-svg-loader": "^5.1.0"
}
}