-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 939 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 939 Bytes
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
{
"name": "cv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev -p 3060\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start -p 3060",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.1.2",
"@tinacms/cli": "^1.0.6",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"gray-matter": "^4.0.3",
"next": "13.1.2",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fontawesome": "^1.7.1",
"react-markdown": "^8.0.5",
"tinacms": "^1.1.3",
"typescript": "4.9.4"
}
}