-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "tarot-master",
"version": "0.1.1",
"author": "incircle",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"antd": "^5.4.5",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"i18next": "^23.14.0",
"lucide-react": "^0.447.0",
"next": "13.2.4",
"next-i18next": "^15.3.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^15.0.1",
"regenerator-runtime": "^0.13.11",
"tailwindcss": "^3.3.1"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"typescript": "5.0.3"
},
"packageManager": "[email protected]+sha512.9b3b5fbe7789978a3d80259f42514a8a8ea05588496c56b3594541728989f6eff2b29c127075313325afc4e79dd5ae78deba28f9a7888e9e554241cea1358502"
}