-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "free-meals-resource-finder",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --mode=development",
"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-solid-svg-icons": "^6.7.2",
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
"@phila/phila-ui-core": "^1.0.18",
"@phila/pinboard": "^2.1.12",
"date-fns": "^4.1.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-router": "^0.10.8"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.29.0",
"sass": "^1.74.1",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6"
}
}