-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
54 lines (54 loc) · 1.49 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
{
"name": "tfd-nuxt-tailwind-boilerplate",
"description": "TFD NuxtJS Tailwind Boilerplate",
"author": "TFD",
"license": "GPL-3.0-or-later",
"version": "1.0.0",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"core-js": "^3.15.1",
"daisyui": "^2.14.1",
"epic-spinners": "^1.1.0",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
"vue-content-loader": "0.2",
"vue-tailwind": "^2.4.2",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@nuxt/image": "^0.6.2",
"@nuxt/types": "~2.15.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/tailwindcss": "^4.2.1",
"@vue/test-utils": "^1.2.1",
"autoprefixer": "^10.4.3",
"babel-jest": "^27.0.5",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-webpack-plugin": "^3.1.1",
"jest": "^27.0.5",
"postcss": "^8.4.11",
"prettier": "^2.3.2",
"tailwindcss": "^3.0.23",
"vue-jest": "^3.0.4",
"vuex": "^3.6.2",
"vuex-map-fields": "^1.4.1"
}
}