-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.1 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
{
"name": "crypto-theme",
"version": "2.3.3",
"description": "Luxi ReactJs Cryptocurrency Theme",
"keywords": [
"cryptocurrency",
"bitcoin",
"blockchain",
"fintech",
"financial"
],
"author": "Luxi Theme",
"license": "Envato",
"main": "index.js",
"private": true,
"scripts": {
"dev": "node index.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node index.js",
"export": "next export",
"now-build": "next build && next export -o dist"
},
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"animate.css": "^3.7.2",
"babel-plugin-root-import": "^6.4.1",
"clsx": "^1.0.4",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"jss": "^10.3.0",
"jss-rtl": "^0.3.0",
"next": "^11.0.1",
"next-i18next": "^4.5.0",
"next-images": "^1.1.2",
"next-page-transitions": "^1.0.0-beta.2",
"pre-commit": "^1.2.2",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-animated-slider": "^2.0.0",
"react-countup": "^4.2.0",
"react-dom": "17.0.2",
"react-i18next": "^11.8.13",
"react-material-ui-form-validator": "^2.1.4",
"react-parallax": "^3.0.3",
"react-scroll-animation-wrapper": "^1.0.3",
"react-scroll-parallax": "^2.1.2",
"react-scrollspy": "^3.4.2",
"react-slick": "0.25.0",
"react-top-loading-bar": "^2.1.0",
"react-youtube": "^7.9.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.6",
"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"
},
"peerDependencies": {
"postcss": "8.3.0"
}
}