-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.12 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
44
45
46
47
48
49
50
51
{
"name": "next-mui-fa-starter",
"version": "1.0.0",
"description": "A starter for your new project with ReactJs + NextJs + Material-UI + Vazir font (Farsi - Persian)",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"analyze": "cross-env ANALYZE=1 next build"
},
"keywords": [
"react",
"reactjs",
"next",
"nextjs",
"material",
"material-ui",
"vazir",
"persian",
"farsi",
"auth",
"authentication"
],
"author": {
"name": "Mehran Abghari",
"email": "[email protected]"
},
"license": "MIT",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@zeit/next-css": "^1.0.1",
"formik": "^1.5.1",
"formik-material-ui": "^0.0.16",
"jss": "^9.8.7",
"jss-rtl": "^0.2.3",
"next": "^8.0.3",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-jss": "^8.6.1",
"url-loader": "^1.1.2",
"yup": "^0.27.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"webpack-bundle-analyzer": "^3.1.0"
}
}