-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) 路 1.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) 路 1.01 KB
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
{
"name": "presence",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@geist-ui/react": "^2.1.5",
"@geist-ui/react-icons": "^1.0.1",
"@geist-ui/themes": "^1.1.0",
"@geist-ui/typography": "^1.0.1",
"@types/numeral": "^2.0.1",
"axios": "^0.21.2",
"chrome-aws-lambda": "^10.1.0",
"framer-motion": "^4.1.17",
"image-palette": "^2.1.0",
"image-pixels": "^2.2.2",
"image-to-base64": "^2.2.0",
"next": "11.1.1",
"next-seo": "^4.24.0",
"numeral": "^2.0.6",
"puppeteer-core": "5.5.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-parallax-tilt": "^1.5.52",
"swr": "^0.5.6"
},
"devDependencies": {
"@types/image-to-base64": "^2.1.0",
"@types/node": "^14.14.16",
"@types/puppeteer-core": "2.0.0",
"@types/react": "^17.0.0",
"autoprefixer": "^10.1.0",
"postcss": "^8.2.1",
"typescript": "^4.1.3"
}
}