-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1008 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
33
34
35
36
{
"name": "lastfm-collage",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettify": "prettier --config .prettierrc.json --write \"./**/*.{ts,tsx,js,jsx}\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"classnames": "^2.3.1",
"crypto": "^1.0.1",
"iron-session": "^6.1.3",
"next": "12.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.33.1",
"react-tiny-popover": "^7.1.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"eslint": "^8.19.0",
"eslint-config-next": "^12.2.1",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"typescript": "^4.7.4"
}
}