-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "saas-theme",
"version": "2.4.0",
"description": "Luxi ReactJs Saas Theme",
"keywords": [
"software",
"service",
"technology",
"bussiness",
"corporate",
"modern"
],
"author": "Luxi Theme",
"license": "Envato",
"main": "index.js",
"private": true,
"scripts": {
"dev": "next dev -p 3008",
"build": "next build",
"export": "next export",
"start": "next start -p 3008",
"now-build": "next build && next export -o dist"
},
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.17",
"animate.css": "^3.7.2",
"babel-plugin-root-import": "^6.4.1",
"cross-env": "^7.0.3",
"dandelion-animated-slider": "^1.0.0",
"i18next": "^22.4.6",
"loader-utils": "^3.2.1",
"next": "^14.1.0",
"next-i18next": "^13.0.2",
"next-images": "^1.8.5",
"next-language-detector": "1.0.0",
"next-page-transitions": "^1.0.0-beta.2",
"pre-commit": "^1.2.2",
"prop-types": "^15.7.2",
"react": "18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-countup": "^6.4.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.1",
"react-material-ui-form-validator": "^3.0.1",
"react-scroll-animation-wrapper": "^1.0.3",
"react-scroll-parallax": "^3.3.2",
"react-scrollspy": "^3.4.2",
"react-slick": "^0.29.0",
"react-top-loading-bar": "^2.3.1",
"react-youtube": "^7.9.0",
"slick-carousel": "^1.8.1",
"stylis": "^4.1.3",
"stylis-plugin-rtl": "^2.1.1",
"tss-react": "^4.4.5"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "19.0.2",
"eslint-config-prettier": "5.0.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-flowtype": "^3.10.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-webpack-plugin": "^3.1.1",
"postcss": "8.3.0",
"webpack": "^5.65.0"
}
}