-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
88 lines (88 loc) · 2.33 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
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "movie",
"version": "0.1.0",
"private": true,
"dependencies": {
"@descomplica/react-credit-card": "^1.0.4",
"@material-ui/core": "^4.7.1",
"@material-ui/icons": "^4.5.1",
"antd": "^3.26.3",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"bxslider": "^4.2.14",
"dateformat": "^3.0.3",
"firebase": "^7.6.0",
"font-awesome": "^4.7.0",
"gsap": "^3.0.4",
"imask": "^5.2.1",
"jquery": "^3.4.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"loaderjs": "^1.0.0",
"magnific-popup": "^1.1.0",
"material-auto-rotating-carousel": "^3.0.2",
"mobile-detect": "^1.4.4",
"node-sass": "^4.12.0",
"oboe": "^2.1.5",
"payform": "^1.4.0",
"payment": "^2.3.0",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.16",
"react-credit-cards": "^0.8.0",
"react-dom": "^16.10.2",
"react-fps-stats": "^0.1.2",
"react-html-parser": "^2.0.2",
"react-icofont": "^1.0.13",
"react-image": "^2.2.2",
"react-lazyload": "^2.6.5",
"react-magnific-popup": "^1.0.1",
"react-modal-video": "^1.2.3",
"react-multi-carousel": "^2.2.10",
"react-notifications-component": "^2.2.4",
"react-owl-carousel": "^2.3.1",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-scroll-up": "^1.3.3",
"react-slick": "^0.25.2",
"react-snow-effect": "^1.2.0",
"react-snowflakes": "^1.0.0",
"react-swipeable-views": "^0.13.3",
"react-tabs": "^3.0.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"venobox": "^1.8.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"react-test-renderer": "^16.12.0"
}
}