-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 854 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
{
"name": "ranext",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.1.0",
"jss-rtl": "^0.3.0",
"mqtt": "^4.2.8",
"next": "12.0.2",
"next-pwa": "^5.4.0",
"ra-data-json-server": "^3.19.0",
"ra-language-farsi": "^2.1.0",
"react": "17.0.2",
"react-admin": "^3.19.0",
"react-dom": "17.0.2",
"react-phone-input-2": "^2.14.0",
"react-window": "^1.8.6",
"sass": "^1.43.4",
"stylis": "^4.0.10",
"stylis-plugin-rtl": "^2.1.1"
},
"devDependencies": {
"@swc/cli": "^0.1.51",
"@swc/core": "^1.2.106",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"node-sass": "^6.0.1"
}
}