-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "portfolio",
"version": "1.0.0",
"scripts": {
"dev": "./node_modules/.bin/next",
"build": "./node_modules/.bin/next build",
"start": "./node_modules/.bin/next start",
"typecheck": "./node_modules/.bin/tsc",
"lint": "./node_modules/.bin/eslint .",
"prepare": "husky install"
},
"dependencies": {
"next": "^14.1.0",
"next-seo": "^4.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@types/node": "^20.11.19",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.8",
"cssnano": "^5.1.12",
"eslint": "^8.21.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-react": "^7.30.1",
"husky": "^8.0.0",
"postcss": "^8.4.35",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"sharp": "^0.33.2",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.1.8",
"typescript": "^5.3.3"
},
"license": "MIT"
}