-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (75 loc) · 2.07 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": "tmdb-huynh",
"version": "0.1.0",
"private": true,
"homepage": "https://huynh12345678.github.io/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy2": "gh-pages -d build",
"deploy": "firebase deploy",
"lint": "eslint --ext js,jsx,ts,tsx src/",
"lint:fix": "eslint --fix --ext js,jsx,ts,tsx src/",
"prettier": "prettier --check \"src/**/(*.tsx|*.ts|*.jsx|*.js|*.scss|*.css)\"",
"prettier:format": "prettier --write \"src/**/(*.tsx|*.ts|*.jsx|*.js|*.scss|*.css)\""
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"fast-average-color": "^6.3.0",
"firebase": "^7.14.5",
"framer-motion": "^5.2.0",
"luxon": "^2.1.1",
"medium-zoom": "^1.0.6",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-chartjs-2": "^2.11.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.11.3",
"react-modal-video": "^1.2.6",
"react-read-more-read-less": "^1.0.7",
"react-redux": "^7.2.2",
"react-responsive": "^8.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-toastify": "^8.1.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1",
"swiper": "^6.4.5",
"web-vitals": "^1.1.0",
"wowjs": "^1.1.3"
},
"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": {
"eslint": "^7.18.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gh-pages": "^3.1.0",
"prettier": "^2.4.1"
}
}