-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.88 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "decocanva",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^8.2.0",
"@formatjs/intl-localematcher": "^0.5.1",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.60.0",
"@react-three/fiber": "^8.12.0",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"antd": "^5.4.6",
"aos": "^2.3.4",
"array-paginate": "^1.0.2",
"base-64": "^1.0.0",
"base64-to-image": "^1.0.2",
"base64-url": "^2.3.3",
"canvas-to-image": "^2.2.5",
"classnames": "^2.3.2",
"convert-base64-to-image": "^0.0.16",
"decode-base64": "^3.0.1",
"diacritic": "^0.0.2",
"eslint": "8.36.0",
"eslint-config-next": "13.3.1",
"file-saver": "^2.0.5",
"firebase": "^9.18.0",
"firebase-admin": "^11.7.0",
"framer-motion": "^10.12.11",
"fs": "^0.0.1-security",
"glsl-random": "^0.0.5",
"gsap": "^3.11.5",
"image-downloader": "^4.3.0",
"intersection-observer": "^0.12.2",
"maath": "^0.5.3",
"merge-images": "^2.0.0",
"moment": "^2.29.4",
"negotiator": "^0.6.3",
"next": "13.4.9",
"next-sitemap": "^4.2.3",
"node-merge-images": "^1.0.0",
"openai": "^3.2.1",
"paginate-array": "^2.1.0",
"popmotion": "^11.0.5",
"react": "latest",
"react-dom": "latest",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-image-file-resizer": "^0.4.8",
"react-is-visible": "^1.2.0",
"react-moment": "^1.1.3",
"react-query": "^3.39.3",
"react-redux": "^8.0.5",
"react-scroll": "^1.8.9",
"react-toastify": "^9.1.2",
"request": "^2.88.2",
"schema-dts": "^1.1.2",
"server-only": "^0.0.1",
"shrink-string": "^3.1.5",
"three": "^0.151.3",
"three-stdlib": "^2.21.8",
"tunnel-rat": "^0.1.2",
"typescript": "5.0.2",
"typewriter-effect": "^2.19.0",
"uniqid": "^5.4.0",
"urlencode": "^1.1.0",
"uuid": "^9.0.1",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.3.0",
"@types/aos": "^3.0.7",
"@types/base-64": "^1.0.0",
"@types/base64-url": "^2.2.0",
"@types/file-saver": "^2.0.5",
"@types/negotiator": "^0.6.3",
"@types/three": "^0.150.0",
"@types/urlencode": "^1.1.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.11.0",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.2.7",
"url-loader": "^4.1.1"
}
}