-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "vue-tailwind-themes",
"version": "1.0.0",
"description": "Vue Tailwind themes generators and gallery",
"author": "Alfonso Bribiesca",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"generate": "nuxt-ts generate",
"start": "nuxt-ts start",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.11.1",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.12.2",
"axios": "^0.21.2",
"axios-cancel": "^0.2.2",
"body-scroll-lock": "^3.1.5",
"clipboard-copy": "^4.0.1",
"dotenv": "^8.2.0",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"lodash": "^4.17.21",
"nuxt": "^2.14.7",
"vform": "^1.0.1",
"vue-code-highlight": "^0.7.6",
"vue-tailwind": "^2.3.0"
},
"devDependencies": {
"@nuxt/types": "^2.14.7",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.3.3",
"@tailwindcss/forms": "^0.2.1",
"@types/axios": "^0.14.0",
"@vue/test-utils": "^1.1.1",
"autoprefixer": "^10.0.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"eslint-plugin-nuxt": ">=2.0.0",
"jest": "^26.6.3",
"tailwindcss": "^2.0.1",
"ts-jest": "^26.4.4",
"vue-jest": "^4.0.0-0"
}
}