This repository was archived by the owner on Feb 18, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.39 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.39 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "mobile-apps-theme",
"version": "1.0.0",
"description": "Luxi ReactJs Mobile Apss Theme",
"keywords": [
"mobile",
"apps",
"applications",
"software",
"apps"
],
"author": "Luxi Theme",
"license": "Envato",
"main": "index.js",
"private": true,
"scripts": {
"dev": "node index.js",
"build": "next build",
"export": "next export",
"deploy": "next build && next export",
"start": "NODE_ENV=production node index.js"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.4",
"@apollo/react-ssr": "^3.1.4",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"@material-ui/styles": "^4.1.1",
"@zeit/next-css": "^1.0.1",
"animate.css": "^3.7.2",
"apollo-boost": "^0.4.7",
"apollo-cache-inmemory": "^1.6.5",
"babel-eslint": "^10.0.1",
"babel-plugin-root-import": "^6.4.1",
"clsx": "^1.0.4",
"eslint-plugin-react-hooks": "^1.7.0",
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql-request": "^1.8.2",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^3.0.0",
"jss": "^10.0.0-alpha.21",
"jss-rtl": "^0.2.3",
"next": "9.3.2",
"next-apollo": "^3.1.10",
"next-i18next": "^1.2.0",
"next-images": "^1.1.2",
"next-page-transitions": "^1.0.0-beta.2",
"next-pwa": "^2.3.3",
"pre-commit": "^1.2.2",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "16.8.6",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-animated-slider": "^1.1.4",
"react-countup": "^4.2.0",
"react-dom": "16.8.6",
"react-i18next": "^10.11.2",
"react-ionicons": "^3.0.1",
"react-ios-pwa-prompt": "^1.7.0",
"react-loading-bar": "^0.0.7",
"react-material-ui-form-validator": "^2.0.9",
"react-scroll-parallax": "^2.1.2",
"react-scrollspy": "^3.4.0",
"react-slick": "0.25.0",
"react-wow": "^1.0.0",
"react-youtube": "^7.9.0",
"slick-carousel": "^1.8.1",
"swr": "^0.2.0"
},
"devDependencies": {
"acorn": ">=6.4.1",
"minimist": ">=1.2.2",
"serialize-javascript": ">=2.1.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "5.0.0",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "^3.10.3",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.13.0"
}
}