-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "cloudyperfomance",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.6",
"@panzoom/panzoom": "^4.5.1",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.0.0",
"cheerio": "1.0.0-rc.12",
"eslint-config-next": "13.2.3",
"file-saver": "^2.0.5",
"flowbite": "^1.6.3",
"jszip": "^3.10.1",
"just-debounce-it": "^3.2.0",
"next": "13.2.3",
"panzoom": "^9.4.3",
"probe-image-size": "^7.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sonner": "^0.2.0",
"swr": "^2.0.4",
"two-up-element": "^1.0.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "*"
}
}