-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
53
54
55
56
57
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coreui/react": "^4.7.0",
"axios": "^0.27.2",
"chart.js": "^4.2.1",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"next": "12.2.0",
"plotly.js": "^2.18.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-id-swiper": "^4.0.0",
"react-knob": "^0.1.0",
"react-markdown": "^8.0.3",
"react-plotly.js": "^2.6.0",
"react-range": "^1.8.14",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"swiper": "^9.1.1"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-syntax-highlighter": "^15.5.3",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"typescript": "4.7.4"
},
"description": "created in NEXT.JS",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrankLaterza/franklaterza.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FrankLaterza/franklaterza/issues"
},
"homepage": "https://github.com/FrankLaterza/franklaterza#readme"
}