forked from FrancescoXX/4c-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.58 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
{
"name": "4c",
"version": "0.0.0",
"private": true,
"description": "4C Community: Website, Media Kit and More",
"homepage": "https://4c.rocks",
"bugs": {
"url": "https://github.com/FrancescoXX/4c-site/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc"
},
"license": "MIT",
"author": "4C Community",
"scripts": {
"build": "next build",
"commit": "commit",
"dev": "next dev",
"lint": "eslint \"src/**/**/*.{js,json,jsx,ts,tsx}\"",
"lint:fix": "yarn lint --fix",
"prepare": "husky install",
"release": "semantic-release",
"start": "next start"
},
"dependencies": {
"@next/font": "^13.1.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"axios": "^1.2.2",
"azelf": "^1.1.0",
"classnames": "^2.3.2",
"formik": "^2.2.9",
"framer-motion": "^8.1.4",
"multiselect-react-dropdown": "^2.0.25",
"next": "^13.1.1",
"next-seo": "^5.15.0",
"postcss": "^8.4.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-toastify": "^9.1.1",
"sharp": "^0.31.3",
"tailwindcss": "^3.2.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/prompt-cli": "^17.3.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/eslint": "^8.4.10",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.1",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^26.0.0",
"eslint-plugin-const-case": "^1.2.2",
"eslint-plugin-diff": "^2.0.1",
"eslint-plugin-editorconfig": "^4.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-tailwindcss": "^3.8.0",
"husky": "^8.0.3",
"semantic-release": "^19.0.5",
"typescript": "^4.9.4",
"yarn": "^1.22.19"
}
}