-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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
42
43
44
45
46
47
48
{
"name": "trender",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"serve": "pm2 start npm --name \"website\" -- start",
"lint": "next lint",
"update": "yarn upgrade-interactive --latest"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@next/bundle-analyzer": "^12.3.0",
"axios": "^0.27.2",
"canvas-confetti": "^1.5.1",
"css-loader": "^6.7.1",
"dayjs": "^1.11.5",
"detect-browser": "^5.3.0",
"framer-motion": "^6.3.3",
"js-base64": "^3.7.2",
"loader-utils": "^3.2.0",
"lodash": "^4.17.21",
"next": "12.1.5",
"popmotion": "^11.0.5",
"react": "17.0.2",
"react-dev-utils": "^12.0.0",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-on-screen": "^2.1.1",
"react-outside-click-handler": "^1.3.0",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"sharp": "^0.31.0",
"style-loader": "^3.3.1",
"trender-client": "^1.3.8",
"twemoji": "^14.0.2"
},
"devDependencies": {
"@types/react": "^17.0.43",
"eslint": "^8.12.0",
"eslint-config-next": "12.1.4",
"next-sitemap": "^3.1.22"
}
}