-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "heroic-website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"deploy": "yarn && yarn build && yarn export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-brands-svg-icons": "6.1.1",
"@fortawesome/react-fontawesome": "0.1.18",
"framer-motion": "^6.3.10",
"imagemin-optipng": "^8.0.0",
"next": "^12.1.6",
"next-optimized-images": "^2.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "^0.30.6",
"styled-components": "^5.3.5",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "16.11.38",
"@types/react": "17.0.45",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "7.32.0",
"eslint-config-next": "12.1.6",
"imagemin-gifsicle": "^7.0.0",
"next-compose-plugins": "^2.2.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"typescript": "4.7.3",
"webp-loader": "^0.6.0"
}
}