-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"prepare": "husky install"
},
"dependencies": {
"@headstartwp/core": "^1.2.0",
"@headstartwp/next": "^1.2.0",
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"@linaria/shaker": "^5.0.3",
"@linaria/webpack-loader": "^5.0.4",
"next": "^14.1.0",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "^7.6.0",
"sharp": "^0.33.2"
},
"devDependencies": {
"@10up/eslint-config": "^3.1.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-jsconfig": "^1.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0"
}
}