-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.76 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "techwind",
"version": "2.3.0",
"description": "Techwind - Tailwind Vue Js Multipurpose Landing & Admin Dashboard Template",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.9",
"@vuepic/vue-datepicker": "^8.8.1",
"core-js": "^3.38.1",
"feather-icons": "^4.29.1",
"jarallax": "^2.2.1",
"sass": "^1.78.0",
"sass-loader": "^14.2.1",
"simplebar": "^6.2.7",
"swiper": "^11.1.12",
"tiny-slider": "^2.9.4",
"tradingview-widget": "^0.0.1",
"v-click-outside": "^3.2.0",
"vue": "^3.5.3",
"vue-countup-v3": "^1.4.1",
"vue-easy-lightbox": "^1.19.0",
"vue-masonry-gallery-new": "^1.1.1",
"vue-router": "^4.4.3",
"vue-select": "^4.0.0-beta.6",
"vue-tradingview-widgets": "^1.2.4",
"vue-typewriter-effect": "^1.0.1",
"vue3-apexcharts": "^1.6.0",
"vue3-smooth-scroll": "^0.8.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"autoprefixer": "^10.4.17",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.10",
"vue-parallax": "^1.1.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {
"vue/multi-word-component-names": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}