-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "nuxt-skeleton",
"version": "1.0.0",
"description": "API Ready Client",
"author": "Dovydas Linkus",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"watch": "sass --watch assets/scss/app.scss:assets/css/app.css"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.0",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/router": "^1.5.0",
"@nuxtjs/tailwindcss": "*",
"@nuxtjs/toast": "^3.3.0",
"dotenv": "^8.2.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.19",
"lozad": "^1.14.0",
"mobile-device-detect": "^0.3.3",
"moment": "^2.24.0",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.9.2",
"postcss-sass": "^0.4.2",
"tailwindcss-bg-alpha": "^2.1.0",
"tailwindcss-gradients": "^3.0.0",
"tailwindcss-textshadow": "^1.0.3",
"tailwindcss-transforms": "^2.2.0",
"tinycolor2": "^1.4.1",
"vform": "^1.0.1"
},
"devDependencies": {
"babel-plugin-component": "^1.1.1",
"bp-vuejs-dropdown": "^2.1.1",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"tailwind-css-variables": "^2.0.3"
}
}