-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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
43
44
45
46
47
48
49
{
"name": "hollywood-handshakes",
"homepage": "https://www.hollywoodhandshakes.com",
"version": "1.0.0",
"description": "The definitive collection of Paul Hollywood's infamous handshakes",
"main": "src/index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebzapata/HollywoodHandshakes.git"
},
"keywords": [
"Paul",
"Hollywood",
"Handshakes",
"Great",
"British",
"Bake",
"Off"
],
"author": "Sebastian Zapata",
"license": "ISC",
"bugs": {
"url": "https://github.com/sebzapata/HollywoodHandshakes/issues"
},
"dependencies": {
"@netlify/plugin-nextjs": "^3.9.0",
"classnames": "^2.3.1",
"next": "^11.1.3-canary.32",
"postcss": "^8.3.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.1",
"react-toastify": "^8.0.3",
"sass": "^1.39.2",
"swetrix": "^1.1.0"
},
"devDependencies": {
"@types/react": "17.0.20",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.3"
}
}