-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.8 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
{
"name": "my-blog-site-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TZ='Etc/UTC' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"prepare": "husky install"
},
"dependencies": {
"@next/third-parties": "^14.0.5-canary.24",
"@types/node": "20.4.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@uidev1116/acms-js-sdk": "^0.0.2",
"clsx": "^2.0.0",
"cross-fetch": "^4.0.0",
"date-fns": "^2.30.0",
"document-outliner": "^1.1.3",
"dom-content-loaded": "^1.0.2",
"downshift": "^8.2.2",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"feed": "^4.2.2",
"flowbite": "^2.2.0",
"html-react-parser": "^5.0.7",
"leaflet": "^1.9.4",
"lozad": "^1.16.0",
"next": "^14.0.4",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-markdown": "^9.0.1",
"react-nl2br": "^1.0.4",
"react-use": "^17.5.0",
"rehype-raw": "^7.0.0",
"scroll-hint": "^1.2.5",
"smartphoto": "^1.6.5",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/lozad": "^1.16.4",
"@types/nprogress": "^0.2.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"flowbite-typography": "^1.0.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"volta": {
"node": "20.10.0"
}
}