This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
forked from vercel/virtual-event-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.93 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "virtual-event-starter-kit",
"description": "Starter kit for your virtual event.",
"private": true,
"repository": "vercel/virtual-event-starter-kit",
"author": "Vercel Inc.",
"homepage": "https://demo.vercel.events",
"license": "Apache-2.0",
"engines": {
"node": "12.x"
},
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"license": "addlicense -l apache -c 'Vercel Inc.' components/**/* lib/**/* pages/**/* styles/**/* *.ts *.js"
},
"dependencies": {
"@agility/content-fetch": "1.0.0",
"@agility/content-sync": "0.1.23",
"@reach/skip-nav": "0.12.1",
"chrome-aws-lambda": "5.5.0",
"classnames": "2.2.6",
"cookie": "0.4.1",
"date-fns": "2.16.1",
"htmlescape": "1.1.1",
"intersection-observer": "0.12.0",
"ioredis": "4.19.4",
"ms": "2.1.3",
"next": "10.0.3",
"nprogress": "0.2.0",
"puppeteer-core": "5.5.0",
"react": "17.0.1",
"react-aria": "3.2.0",
"react-dom": "17.0.1",
"smoothscroll-polyfill": "0.4.4",
"swr": "0.3.9",
"validator": "13.5.2",
"vanilla-tilt": "1.7.0"
},
"devDependencies": {
"@types/classnames": "2.2.11",
"@types/cookie": "0.4.0",
"@types/htmlescape": "1.1.1",
"@types/ioredis": "4.17.9",
"@types/ms": "0.7.31",
"@types/node": "12.19.8",
"@types/nprogress": "0.2.0",
"@types/puppeteer-core": "2.0.0",
"@types/reach__skip-nav": "0.1.1",
"@types/react": "17.0.0",
"@types/smoothscroll-polyfill": "0.3.1",
"@types/validator": "13.1.1",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"eslint": "7.15.0",
"eslint-config-prettier": "7.0.0",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-hover-media-feature": "1.0.0",
"postcss-preset-env": "6.7.0",
"prettier": "2.2.1",
"typescript": "4.1.3"
}
}