-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "tawkeedat",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
"lint": "npm run lint:style"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/google-gtag": "^1.0.4",
"axios": "^0.21.1",
"core-js": "^3.10.1",
"nuxt": "^2.15.4",
"vue-scrollto": "^2.20.0",
"vue-truncate-filter": "^1.1.7"
},
"devDependencies": {
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^4.0.3",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"netlify-plugin-image-optim": "^0.4.0",
"nuxt-lazysizes": "^1.2.1",
"nuxt-webfontloader": "^1.1.0",
"postcss": "^8.2.10",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0",
"vue-feather-icons": "^5.1.0"
}
}