-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.45 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
{
"name": "pokehub",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"sitemap": "node sitemap.js",
"build": "yarn sitemap && next build",
"start": "next start",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.6",
"@react-icons/all-files": "^4.1.0",
"@types/dompurify": "^3.0.5",
"@types/file-saver": "^2.0.7",
"antd": "^5.15.3",
"axios": "^1.6.8",
"dompurify": "^3.0.11",
"file-saver": "^2.0.5",
"firebase": "^10.9.0",
"framer-motion": "^11.0.20",
"html-to-image": "^1.11.11",
"moment": "^2.30.1",
"next": "14.1.4",
"react": "^18",
"react-content-loader": "^7.0.0",
"react-dom": "^18",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-toastify": "^10.0.5",
"swiper": "10",
"uuid": "^9.0.1",
"xmlbuilder2": "^3.1.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"puppeteer": "^22.6.0",
"sass": "^1.72.0",
"typescript": "^5"
},
"packageManager": "[email protected]"
}