-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"dotenv": "^10.0.0",
"framer-motion": "^5.5.5",
"gray-matter": "^4.0.3",
"next": "latest",
"next-fonts": "^1.5.1",
"next-themes": "^0.0.15",
"process": "^0.11.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-transition-group": "^4.4.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"scrollreveal": "^4.0.9",
"styled-components": "^5.3.3",
"throttle-typescript": "^1.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.10",
"@types/node": "^17.0.4",
"@types/react": "^17.0.38",
"@types/react-helmet": "^6.1.5",
"@types/react-transition-group": "^4.4.4",
"@types/scrollreveal": "^0.0.7",
"@types/styled-components": "^5.1.19",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"prettier": "^2.5.1",
"react-is": "^17.0.2",
"typescript": "^4.5.4",
"webpack": "^4.0.0"
}
}