generated from selimdoyranli/nuxt2-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.11 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "revilink",
"version": "1.8.4",
"description": "Comment on any link on the internet",
"private": true,
"keywords": [
"revilink",
"reviews",
"comments",
"link review"
],
"author": "selimdoyranli",
"contributors": [
"Selim Doyranlı <[email protected]> (https://selimdoyranli.com)"
],
"bugs": "[email protected]",
"homepage": "https://github.com/selimdoyranli/revilink",
"repository": {
"type": "git",
"url": "https://github.com/selimdoyranli/revilink"
},
"license": "MIT",
"engines": {
"node": "18.0.0"
},
"scripts": {
"dev": "nuxt src",
"build": "nuxt build src",
"start": "nuxt start src",
"generate": "nuxt generate src",
"lint:eslint": "eslint --ext .js,.ts,.vue,.pug --ignore-path .gitignore --ignore-path .eslintignore .",
"lint:eslint:fix": "eslint --fix --ext .js,.ts,.vue,.pug --ignore-path .gitignore --ignore-path .eslintignore .",
"lint:stylelint": "stylelint --ignore-path .stylelintignore \"src/{assets/style,components,layouts,pages}/**/*.{css,sass,scss,less,stylus,vue}\"",
"lint:stylelint:fix": "stylelint --ignore-path .stylelintignore \"src/{assets/style,components,layouts,pages}/**/*.{css,sass,scss,less,stylus,vue}\" --fix",
"prettier": "prettier --config ./.prettierrc.js --ignore-path ./.prettierignore --write \"**/*.{js,ts,json,css,scss,vue,html,pug}\" --end-of-line lf",
"mock:api": "json-server --watch ./src/mock/db.json --port 3004 --delay 1000",
"commit": "cz",
"changelog": "changelogen"
},
"lint-staged": {
"*.{ts,js,vue}": [
"npm run lint:eslint",
"npm run prettier"
],
"src/{assets/style,components,layouts,pages}/**/*.{css,sass,scss,less,stylus,vue}": [
"npm run lint:stylelint",
"npm run prettier"
]
},
"dependencies": {
"@nuxt/content": "1",
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.3.1",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"bootstrap": "5.2.3",
"cookie-universal-nuxt": "^2.2.2",
"cross-env": "^5.2.0",
"date-fns": "^2.30.0",
"express": "^4.17.1",
"node-fetch": "^3.3.1",
"nuxt": "2.16.3",
"nuxt-client-init-module": "^0.3.0",
"openai": "^3.3.0",
"page-metadata-parser": "^1.1.4",
"robots-parser": "^3.0.1",
"ua-parser-js": "^1.0.37",
"ufo": "^1.5.3",
"universal-dom-parser": "^0.0.3",
"v-autosize": "^1.0.3",
"v-dropdown-menu": "1.3.2",
"vue-croppa": "^1.3.8",
"vue-timeago": "^5.1.3",
"vuesax": "^4.0.1-alpha.25"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@iconify/vue2": "^2.1.0",
"@nuxt/types": "2.16.0",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/stylelint-module": "^4.1.0",
"@prettier/plugin-pug": "^2.4.1",
"@types/node": "^18.13.0",
"@types/stylelint": "14.0.0",
"@typescript-eslint/parser": "^5.14.0",
"changelogen": "^0.5.5",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"husky": "^4.2.5",
"json-server": "^0.17.2",
"lint-staged": "^10.2.11",
"nuxt-font-loader": "1.1.5",
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.4",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.58.0",
"sass-loader": "10.1.1",
"stylelint": "14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-order": "^6.0.2",
"stylelint-scss": "^4.4.0",
"vue-eslint-parser": "^9.1.0",
"vue-eslint-parser-template-tokenizer-pug": "^0.4.10"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}