forked from uchikoshi-fes/uchikoshi-fes.jp-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.17 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
{
"name": "uchikoshi-fes.jp-2022",
"version": "1.6.1",
"description": "第43回打越祭公式サイト",
"homepage": "https://github.com/uchikoshi-fes/uchikoshi-fes.jp-2022#readme",
"bugs": {
"url": "https://github.com/uchikoshi-fes/uchikoshi-fes.jp-2022/issues"
},
"license": "(CC-BY-NC-4.0 WITH MIT)",
"author": "浅野学園生徒会",
"contributors": [
"TwoSquirrels",
"Mogyuchi",
"gendaineko2222"
],
"repository": "github:uchikoshi-fes/uchikoshi-fes.jp-2022",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"static": "run-s build export",
"lint": "run-p lint:*",
"lintfix": "run-s --continue-on-error lint:*:fix",
"lint:next": "next lint",
"lint:next:fix": "next lint --fix",
"lint:text": "textlint --cache .",
"lint:text:fix": "textlint --cache --fix .",
"lint:text:dry-run": "textlint --cache --fix --dry-run --format diff .",
"format": "prettier --write .",
"test": "jest",
"prepare": "husky install || [ $? = 127 ]"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@mdx-js/loader": "2.1.5",
"@next/mdx": "12.3.1",
"framer-motion": "7.5.3",
"image-size": "1.0.2",
"license-checker": "25.0.1",
"next": "12.3.1",
"next-seo": "5.5.0",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-aria": "3.20.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.4.0",
"react-player": "2.11.0",
"react-responsive": "9.0.0",
"react-stately": "3.18.0",
"react-twitter-widgets": "1.11.0",
"sanitize.css": "13.0.0",
"sass": "1.55.0"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1",
"@textlint/ast-node-types": "12.2.2",
"@textlint/types": "12.2.2",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"jest": "29.1.2",
"jest-environment-jsdom": "29.1.2",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"textlint": "12.2.2",
"textlint-filter-rule-comments": "1.2.2",
"textlint-plugin-jsx": "1.1.2",
"textlint-rule-ja-hiragana-fukushi": "1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "1.0.4",
"textlint-rule-ja-hiragana-keishikimeishi": "1.1.0",
"textlint-rule-ja-no-abusage": "3.0.0",
"textlint-rule-ja-no-inappropriate-words": "2.0.0",
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
"textlint-rule-no-doubled-conjunction": "2.0.4",
"textlint-rule-no-doubled-conjunctive-particle-ga": "2.0.4",
"textlint-rule-no-doubled-joshi": "4.0.1",
"textlint-rule-no-dropping-the-ra": "3.0.0",
"textlint-rule-no-empty-section": "1.1.0",
"textlint-rule-no-mix-dearu-desumasu": "5.0.0",
"textlint-rule-no-nfd": "1.0.2",
"textlint-rule-prefer-tari-tari": "1.0.3",
"textlint-rule-preset-ja-spacing": "2.2.0",
"typescript": "4.8.4"
},
"packageManager": "pnpm@7.17.1",
"private": true
}