-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
42
{
"name": "tailwindshades",
"version": "0.3.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@kyvg/vue3-notification": "^2.7.0",
"@supabase/supabase-js": "^2.2.3",
"@unhead/vue": "^1.0.15",
"color-convert": "^2.0.1",
"floating-vue": "^2.0.0-beta.20",
"lodash": "^4.17.21",
"maska": "^2.1.3",
"vue": "^3.1.0-0",
"vue-color": "^2.7.0",
"vue-gtag": "^2.0.1",
"vue-router": "^4.0.0",
"vue3-highlightjs": "^1.0.5",
"vuex": "^4.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.10.1",
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.1.0-0",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"postcss": "^8.4.21",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"tailwindcss": "^3.2.4",
"timeago.js": "^4.0.2",
"vite": "^2.2.3"
}
}