This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.19 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
{
"name": "student-council",
"description": "Website of the Student Council of Mechanical School N°1 in Poland, Bydgoszcz.",
"version": "1.1.6",
"repository": {
"type": "git",
"url": "git+https://github.com/Lumm1t/student-council.git"
},
"keywords": [
"Samorząd",
"Zespół Szkół Mechanicznych nr 1 w Bydgoszczy",
"Student council",
"Mechanical School N°1 in Poland, Bydgoszcz"
],
"author": "Aleksander Szołowicz <https://github.com/Lumm1t>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lumm1t/student-council/issues"
},
"homepage": "https://github.com/Lumm1t/student-council#readme",
"scripts": {
"dev": "nuxt",
"generate": "nuxt generate",
"start": "nuxt start",
"lint:js": "eslint --ext .js,.vue --fix --ignore-path .gitignore .",
"lint:style": "stylelint **/*.{vue,css} --fix --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style"
},
"lint-staged": {
"*.{js,vue}": "eslint",
"*.{css,vue}": "stylelint"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"graphql": "^15.5.3",
"graphql-request": "^3.5.0",
"moment": "^2.27.0",
"nuxt": "^2.15.8",
"nuxt-protected-mailto": "^0.0.9",
"vue-infinite-loading": "^2.4.5"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@nuxtjs/color-mode": "^2.1.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/stylelint-module": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"node-sass": "^6.0.1",
"prettier": "^2.3.2",
"sass-loader": "^12.1.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0"
}
}