forked from vercel/virtual-event-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "catalyst",
"private": true,
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"export": "next export"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"chrome-aws-lambda": "^5.5.0",
"classnames": "2.2.6",
"cookie": "0.4.1",
"date-fns": "2.16.1",
"drei": "^0.0.72",
"firebase": "^8.2.4",
"gsap": "^3.6.0",
"ms": "2.1.3",
"next": "^10.0.8",
"npm": "^7.6.3",
"nprogress": "0.2.0",
"puppeteer": "^8.0.0",
"puppeteer-core": "^5.5.0",
"react": "17.0.1",
"react-aria": "3.2.0",
"react-device-detect": "^1.15.0",
"react-dom": "17.0.1",
"react-three-fiber": "^4.2.20",
"simple-input-events": "^2.0.0",
"smoothscroll-polyfill": "0.4.4",
"swr": "0.3.9",
"three": "^0.126.1",
"validator": "13.5.2",
"vanilla-tilt": "^1.7.0"
},
"devDependencies": {
"@types/classnames": "2.2.11",
"@types/cookie": "0.4.0",
"@types/dom-to-image": "^2.6.2",
"@types/file-saver": "^2.0.1",
"@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",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-hover-media-feature": "1.0.0",
"postcss-preset-env": "6.7.0",
"typescript": "4.1.3"
}
}