-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.71 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
{
"name": "distrowatch-remastered",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"git:patch": "npm run lint && npm --no-git-tag-version version patch && git add -A && git commit -m",
"git:minor": "npm run lint && npm --no-git-tag-version version minor && git add -A && git commit -m",
"git:major": "npm run lint && npm --no-git-tag-version version major && git add -A && git commit -m"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@headlessui/react": "^1.5.0",
"@mantine/hooks": "^3.6.7",
"axios": "^0.21.4",
"cheerio": "^1.0.0-rc.10",
"dayjs": "^1.10.7",
"framer-motion": "^6.2.8",
"mongoose": "^6.1.4",
"next": "^12.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "^0.29.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.7",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
"tailwindcss": "^3.0.7",
"typescript": "^4.5.5"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
],
"version": "5.6.7"
}