-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 953 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "yarn run build && yarn run start"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@rematch/core": "^2.2.0",
"@rematch/persist": "^2.1.2",
"antd": "^5.2.1",
"firebase": "^9.17.1",
"moment": "^2.29.4",
"next": "latest",
"ra-data-json-server": "^4.7.2",
"react": "18.1.0",
"react-admin": "^4.7.5",
"react-admin-firebase": "^4.0.11",
"react-dom": "18.1.0",
"react-firebase-hooks": "^5.1.1",
"react-redux": "^8.0.5",
"react-type-animation": "^2.1.2",
"redux": "^4.2.0",
"sass": "^1.54.9",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}