forked from ilhammeidi/veluxi-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "stater-project",
"version": "3.0.0",
"description": "Veluxi Vue3 Starter Project",
"keywords": [
"starter kit",
"empty project",
"starter kit",
"kick start",
"boilerplate"
],
"author": "Luxi Theme",
"license": "Envato",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@mdi/font": "^7.0.96",
"@splidejs/vue-splide": "^0.6.12",
"rtl-sass": "^1.5.0",
"vite-plugin-vuetify": "^1.0.2",
"vue-countup-v3": "^1.1.0",
"vue-wow": "^1.2.0",
"vue3-mq": "^3.1.3",
"vue3-parallax": "^0.1.4",
"vue3-smooth-scroll": "^0.8.1",
"vuetify": "^3.1.6"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.0.0-rc.4",
"@vue/eslint-config-airbnb": "^6.0.0",
"animate.css": "^3.7.2",
"aos": "^2.3.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-vue": "^8.0.3",
"eslint-plugin-vuejs-accessibility": "^1.1.0",
"nuxt": "^3.7.3",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"vite-plugin-eslint": "^1.8.1"
}
}