-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 945 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tippyjs/react": "^4.2.6",
"axios": "^1.2.1",
"classnames": "^2.3.2",
"css-reset-and-normalize": "^2.3.6",
"html-react-parser": "^3.0.4",
"next": "latest",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.56.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "8.29.0",
"eslint-config-next": "13.0.7"
}
}