-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
136 lines (136 loc) · 4.26 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
127
128
129
130
131
132
133
134
135
136
{
"name": "mdshare",
"version": "1.12.2",
"description": "Application to share Markdown files",
"author": "donBarbos <[email protected]>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/donBarbos/mdshare"
},
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"build": "next build",
"test": "jest --watch",
"test:ci": "jest --ci",
"coverage": "jest --coverage",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"export": "next export",
"start": "next start",
"lint": "yarn lint:js && yarn lint:css",
"lint:fix": "yarn lint:js:fix && yarn lint:css:fix",
"lint:js": "eslint --ignore-path .gitignore . --ext ts --ext tsx --ext js --ext jsx",
"lint:js:fix": "yarn lint:js --fix",
"lint:css": "stylelint src/**/*.{scss,css}",
"lint:css:fix": "yarn lint:css --fix",
"prettier": "prettier . --ignore-path .prettierignore --write",
"prettier:check": "yarn prettier --check",
"typecheck": "tsc --noEmit",
"prepare": "husky",
"commit": "cz",
"init-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"preversion": "yarn test:ci && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --config ./.prettierrc --write",
"eslint --ignore-path .gitignore --ext ts --ext tsx --ext js --ext jsx --fix"
],
"*.{scss,css}": [
"stylelint --fix"
],
"*.{json,md,yml,yaml}": [
"prettier --config ./.prettierrc --write"
]
},
"pre-commit": [
"lint-staged"
],
"dependencies": {
"@giscus/react": "^3.1.0",
"@svgr/webpack": "^8.1.0",
"@vercel/analytics": "^1.4.1",
"dompurify": "^3.2.4",
"focus-visible": "^5.2.0",
"highlight.js": "^11.11.0",
"markdown-it": "^14.1.0",
"mongoose": "^8.9.6",
"next": "^15.1.6",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/markdown-it": "^14.1.2",
"@types/node": "22.13.1",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"commitizen": "^4.2.5",
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.26.0",
"eslint-config-next": "^13.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-testing-library": "^6.5.0",
"husky": "^9.1.7",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest-fixed-jsdom": "^0.0.9",
"lint-staged": "^15.4.3",
"mongodb-memory-server": "^10.1.3",
"msw": "^2.7.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nesting": "^13.0.1",
"postcss-preset-env": "^10.1.3",
"postcss-svgo": "^7.0.1",
"prettier": "^3.4.2",
"semantic-release": "^19.0.5",
"stylelint": "^15.10.1",
"stylelint-a11y": "^1.2.3",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-color-format": "^1.1.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.6.0",
"stylelint-no-indistinguishable-colors": "^2.3.0",
"stylelint-order": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "5.7.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"browserslist": {
"production": [
">0.1%",
"not dead",
"last 10 versions",
"since 2015"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}