-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "jp-lang",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@jimp/plugin-invert": "^0.22.12",
"@mui/material": "^5.16.6",
"@tabler/icons-react": "^3.11.0",
"autoprefixer": "^10.0.1",
"axios": "^1.7.3",
"canvas": "^2.11.2",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"express-rate-limit": "^7.4.0",
"framer-motion": "^11.3.24",
"fs": "^0.0.1-security",
"gif-frames": "^0.2.4",
"graphql-request": "^6.1.0",
"jimp": "^0.22.12",
"mz": "^2.7.0",
"next": "14.1.3",
"node-loader": "^2.0.0",
"postcss": "^8",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-sketch-canvas": "^6.2.0",
"react-spinners": "^0.14.1",
"resemblejs": "^5.0.0",
"styled-jsx": "^5.1.6",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.10"
}
}