-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 989 Bytes
/
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
{
"name": "web-dev-studies",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"gravatar-url": "^4.0.1",
"next": "11.0.1",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-responsive-carousel": "^3.2.20",
"react-syntax-highlighter": "13.5",
"react-vertical-timeline-component": "^3.3.3",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.23",
"@types/react": "17.0.11",
"@types/react-syntax-highlighter": "13.5",
"@types/react-vertical-timeline-component": "^3.0.1",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"ts-jest": "^27.0.3",
"typescript": "4.3.4"
}
}