-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
111 lines (111 loc) · 3.5 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "vicflix",
"version": "0.4.3",
"description": "Portfolio website of Victor Garcia",
"author": "Victor GARCIA",
"private": true,
"engines": {
"node": ">= 14 < 17"
},
"repository": {
"url": "https://gitlab.com/victorgarciaesgi/vicflix.git"
},
"scripts": {
"test:tsc": "tsc -p tsconfig.json",
"test:diagnostics": "vti diagnostics",
"test": "./scripts/test.sh",
"dev": "cross-env NUXT_ENV_STAGE=development nuxt",
"start": "nuxt start",
"build": "./scripts/build.sh",
"deploy": "./scripts/deploy.sh",
"generate": "sgts generate",
"lint": "eslint -c .eslintrc.js . --ext .ts,.vue --fix --ignore-path .gitignore",
"patch": "npm version patch --no-git-tag-version",
"minor": "npm version minor --no-git-tag-version",
"major": "npm version major --no-git-tag-version"
},
"dependencies": {
"@nuxtjs/composition-api": "^0.26.0",
"@tailwindcss/line-clamp": "^0.2.1",
"animejs": "^3.2.1",
"cleave.js": "^1.6.0",
"date-fns": "^2.23.0",
"lodash-es": "^4.17.21",
"nanoid": "^3.1.23",
"node-fetch": "^2.6.0",
"nuxt": "^2.15.7",
"nuxt-client-init-module": "^0.3.0",
"nuxt-i18n": "^6.28.0",
"nuxt-property-decorator": "^2.9.1",
"portal-vue": "^2.1.7",
"tailwindcss": "^2.2.7",
"ts-loader": "^8.1.0",
"vue": "^2.6.12",
"vue-fragment": "^1.5.1",
"vue-router": "^3.5.2",
"vuelidate": "^0.7.5",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"vuex-typed-modules": "^3.1.7",
"@nuxtjs/web-vitals": "^0.1.4"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.14.5",
"@nuxt/config": "^2.15.7",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"@types/animejs": "^3.1.4",
"@types/cleave.js": "^1.4.5",
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.12.4",
"@types/vuelidate": "^0.7.15",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-vue": "^7.15.0",
"file-loader": "^6.1.1",
"nuxt-compress": "^5.0.0",
"nuxt-rfg-icon": "^0.6.4",
"nuxt-typed-router": "^0.2.20",
"path": "^0.12.7",
"pm2": "^5.1.0",
"postcss": "^8.3.6",
"postcss-atroot": "^0.2.3",
"postcss-current-selector": "^0.0.3",
"postcss-extend": "^1.0.5",
"postcss-hexrgba": "^2.0.1",
"postcss-mixins": "^8.1.0",
"postcss-nested": "^5.0.6",
"postcss-simple-vars": "^6.0.3",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"svg-inline-loader": "^0.8.2",
"tailwindcss-textshadow": "^2.1.3",
"typescript": "4.3.5",
"url-loader": "^4.1.1",
"vue-eslint-parser": "^7.10.0",
"vue-mixin-decorator": "^1.2.0"
}
}