-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.23 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
{
"name": "gages-through-the-ages",
"version": "2.0.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 --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@uswds/uswds": "^3.6.1",
"jquery": "^3.7.1",
"pinia": "^2.1.7",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"vue-uswds": "^1.3.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@rollup/plugin-replace": "5.0.5",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^8.0.0",
"beerslider": "^1.0.3",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"mobile-device-detect": "^0.4.3",
"prettier": "^3.1.0",
"sass": "1.69.5",
"vite": "^5.0.0",
"vite-plugin-ejs": "^1.7.0",
"vite-svg-loader": "^5.1.0"
}
}