-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "thai-regex-dict",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.9",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.2",
"framer-motion": "^6.5.1",
"next": "12.3.4",
"next-plugin-preact": "^3.0.7",
"next-pwa": "^5.6.0",
"preact": "^10.22.1",
"preact-render-to-string": "^6.5.5",
"react": "npm:@preact/compat@17.1.2",
"react-countup": "^6.5.3",
"react-dom": "npm:@preact/compat@17.1.2",
"react-feather": "^2.0.10",
"react-ssr-prepass": "npm:preact-ssr-prepass@1.2.1"
},
"devDependencies": {
"@types/node": "18.19.39",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"typescript": "4.9.5"
},
"engines": {
"node": ">=16.18.0",
"pnpm": ">=7.27.0"
}
}