-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.21 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.21 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
{
"name": "covid-testing-sites-finder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --mode=development",
"dev:linked": "vite --mode=linked",
"test": "vite --mode=testing",
"build": "vite build",
"build:development": "vite build --mode=development",
"build:production": "vite build --mode=production",
"build:testing": "vite build --mode=testing",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/pro-light-svg-icons": "^6.7.2",
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
"@phila/phila-ui-core": "^1.0.18",
"@phila/pinboard": "2.7.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-router": "^0.10.8"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@vitejs/plugin-vue": "^6.0.1",
"eslint": "^9.38.0",
"eslint-plugin-vue": "^10.5.1",
"sass": "^1.74.1",
"vite": "^7.1.12",
"vite-plugin-vue-devtools": "^8.0.3"
}
}