-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 961 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 961 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
34
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write '*/**/*.{js,ts,tsx,yml,scss}'"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"fortawesome": "0.0.1-security",
"next": "^12.1.6",
"prettier": "^2.3.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-vertical-timeline-component": "^3.5.2",
"reactjs-popup": "^2.0.5",
"sass": "^1.35.2",
"supercons": "0.0.1"
},
"devDependencies": {
"@types/node": "^17.0.36",
"@types/react": "17.0.14",
"@types/react-vertical-timeline-component": "^3.3.2",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.5"
}
}