-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 3.62 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
{
"name": "parolla",
"version": "2.15.6",
"description": "Kelime oyunu",
"private": true,
"keywords": [
"kelime oyunu",
"bulmaca",
"trivia"
],
"author": "selimdoyranli",
"contributors": [
"selimdoyranli <[email protected]> (https://selimdoyranli.com)"
],
"bugs": "[email protected]",
"homepage": "https://parolla.app",
"repository": {
"type": "git",
"url": "https://github.com/RadKod/parolla"
},
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:eslint": "eslint --ext .js,.vue,.pug --ignore-path .gitignore --ignore-path .eslintignore .",
"lint:eslint:fix": "eslint --fix --ext .js,.vue,.pug --ignore-path .gitignore --ignore-path .eslintignore .",
"lint:stylelint": "stylelint --ignore-path .stylelintignore \"{assets/style,components,layouts,pages}/**/*.{css,sass,scss,less,stylus,vue}\"",
"lint:stylelint:fix": "stylelint --ignore-path .stylelintignore \"{assets/style,components,layouts,pages}/**/*.{css,sass,scss,less,stylus,vue}\" --fix",
"prettier": "prettier --config ./.prettierrc.js --ignore-path ./.prettierignore --write \"**/*.{js,json,css,scss,vue,html,pug}\" --end-of-line crlf",
"commit": "cz",
"changelog": "changelogen"
},
"lint-staged": {
"*.{js,vue,json}": [
"npm run lint:eslint",
"npm run prettier"
],
"{assets/style,components,layouts,pages}/**/*.{css,sass,scss,less,stylus,vue}": [
"npm run lint:stylelint",
"npm run prettier"
]
},
"dependencies": {
"@iconify/vue2": "^2.1.0",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.3.1",
"@vueuse/core": "^10.2.0",
"bootstrap": "5.2.3",
"cross-env": "^5.2.0",
"express": "^4.17.1",
"get-browser-fingerprint": "^3.0.0",
"howler": "^2.2.3",
"nuxt": "2.17.1",
"nuxt-client-init-module": "^0.3.0",
"nuxt-user-agent": "^1.2.2",
"simple-keyboard": "^3.4.65",
"swiper": "^8.0.6",
"textfit": "^2.4.0",
"ua-parser-js": "^1.0.39",
"v-dropdown-menu": "1.3.2",
"vant": "^2.12.54",
"vue-infinite-loading": "^2.4.5",
"vue-star-rating": "^1.7.0",
"vue-timeago": "^5.1.3",
"vue2-boring-avatars": "^0.3.8",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@nuxt/kit": "^3.13.2",
"@nuxtjs/color-mode": "2.1.0",
"@nuxtjs/eslint-module": "^3.0.0",
"@nuxtjs/partytown": "^1.5.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"@prettier/plugin-pug": "^1.10.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"changelogen": "^0.5.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.1.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"nuxt-font-loader": "^1.1.3",
"postcss": "^8.4.21",
"postcss-preset-env": "^7.5.0",
"prettier": "^2.1.2",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass": "^1.60.0",
"sass-loader": "^10.1.1",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"unplugin-auto-import": "^0.18.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}