-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "bento-next",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-pages": "vite build --base=/bento-next/",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@vueuse/core": "^10.0.2",
"lucide-vue-next": "^0.17.13",
"pinia": "^2.0.34",
"typescript": "^5.0.4",
"vue": "^3.2.47",
"vue-contenteditable": "^3.0.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/node": "^18.15.11",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.12",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.0.23",
"vite": "^4.2.1"
}
}