-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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": "next-portfolio",
"version": "1.0.0",
"engines": {
"node": "14.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start -p $PORT",
"type-check": "tsc"
},
"dependencies": {
"next": "11.0.0",
"nprogress": "0.2.0",
"react": "17.0.0",
"react-cookie-consent": "6.2.4",
"react-dom": "18.0.0",
"react-github-calendar": "2.0.1",
"react-icons": "3.11.0",
"react-image-gallery": "1.1.1",
"react-markdown": "5.0.2",
"react-tooltip": "4.2.10"
},
"devDependencies": {
"@types/node": "12.12.21",
"@types/nprogress": "0.2.0",
"@types/react": "16.14.8",
"@types/react-dom": "16.9.4",
"@types/react-image-gallery": "1.0.3",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"chokidar": "3.5.1",
"eslint": "7.28.0",
"eslint-plugin-react": "7.24.0",
"postcss-preset-env": "6.7.0",
"tailwindcss": "1.8.8",
"typescript": "4.3.2"
},
"license": "MIT"
}