-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.22 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "nuxt-boilerplate",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt --offline",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest"
},
"homepage": "https://github.com/Iran-110/nuxt-boilerplate",
"dependencies": {
"@casl/ability": "^5.4.3",
"@casl/vue": "1.x",
"@lifeomic/axios-fetch": "2.0.2",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/auth-next": "^5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.27.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@types/striptags": "^3.1.1",
"@vue/apollo-composable": "^4.0.0-alpha.14",
"apollo-cache-inmemory": "^1.6.6",
"apollo-upload-client": "^16.0.0",
"cookie": "^0.4.1",
"graphql-tag": "^2.12.4",
"js-cookie": "^3.0.0",
"moment-jalaali": "^0.9.2",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
"v-aspect-ratio": "^2.0.1",
"vee-validate": "^3.4.11",
"vue": "^2.6.14",
"vue-izitoast-2": "^1.2.3",
"vue-persian-datetime-picker": "^2.8.0",
"vue-select": "^3.12.2",
"vue-slick-carousel-rtl": "^1.0.8",
"vue-tippy": "^4.10.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/tailwindcss": "^4.2.0",
"@tailwindcss/jit": "^0.1.18",
"@types/cookie": "^0.4.1",
"@types/js-cookie": "^2.2.7",
"@types/moment-jalaali": "^0.7.5",
"@types/node": "^16.6.2",
"@types/vue-select": "3.11.2",
"@typescript-eslint/parser": "^4.29.2",
"@vue/test-utils": "^1.2.0",
"autoprefixer": "10.3.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.0.2",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.1",
"jest": "^27.0.4",
"nuxt-compress": "^5.0.0",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.1.2",
"tailwindcss-named-groups": "^0.0.5",
"tailwindcss-rtl": "^0.7.3",
"typescript": "~4.2",
"vue-jest": "^3.0.7"
}
}