-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.55 KB
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
{
"name": "github_portfolio_v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "v1.0.6",
"@octokit/rest": "^19.0.7",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"encoding": "^0.1.13",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.0",
"ts-pattern": "^4.2.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.2.4",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"cssnano": "^6.0.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-module-resolver": "^1.5.0",
"eslint-plugin-monorepo": "^0.3.2",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-memo": "^0.0.3",
"eslint-plugin-react-native": "^4.0.0",
"postcss": "^8.4.21",
"postcss-preset-env": "^8.1.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"sass": "^1.60.0",
"tailwindcss": "^3.3.1",
"typescript": "4.5.5"
}
}