-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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": "react-resume-template",
"version": "0.1.0",
"description": "A template to write your resume using React.",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.ts(x)?\" \"src/**/*.scss\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"bootstrap": "^4",
"classnames": "^2.3.1",
"luxon": "^2.0.2",
"next": "11.1.2",
"react": "17.0.2",
"react-bootstrap": "^2.0.0",
"react-dom": "17.0.2",
"sass": "^1.43.3",
"typeface-nunito-sans": "^1.1.13",
"typeface-open-sans": "^1.1.13"
},
"devDependencies": {
"@types/luxon": "^2.0.5",
"@types/react": "17.0.33",
"eslint": "^7.23.0",
"eslint-config-next": "11.1.2",
"prettier": "^2.4.1",
"typescript": "4.4.4"
},
"author": {
"name": "Johann-Michael Thiebaut",
"email": "[email protected]"
}
}