-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "my-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@prismicio/client": "^5.1.0",
"@prismicio/helpers": "^2.0.0",
"@vercel/analytics": "^1.2.2",
"axios": "^0.21.4",
"next": "^14.2.3",
"polished": "^4.1.3",
"prismjs": "^1.25.0",
"react": "^18.2.0",
"react-activity": "^2.1.1",
"react-dom": "^18.2.0",
"react-hook-reading-time": "^1.0.0",
"react-icons": "^4.2.0",
"sass": "^1.43.4"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@next/eslint-plugin-next": "^14.2.3",
"@types/node": "20.12.7",
"@types/prismic-dom": "^2.1.1",
"@types/prismjs": "^1.16.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"typescript": "4.5.2"
}
}