-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.64 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
{
"name": "cineparadis",
"version": "3.5.0",
"description": "An interactive website that provides trivial information for movies and web shows.",
"author": "Mridul2820",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.7.0",
"axios": "^0.27.2",
"express": "^4.18.1",
"firebase": "^8.6.8",
"flowbite": "^1.4.7",
"react": "^17.0.2",
"react-chat-engine": "^1.10.4",
"react-document-meta": "^3.0.0-beta.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-image-lightbox": "^5.1.4",
"react-loader-spinner": "^6.0.0-0",
"react-markdown": "^6.0.3",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-toastify": "^9.0.3",
"rehype-raw": "^5.1.0",
"styled-components": "^5.3.5",
"uuid": "^8.3.2",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"format": "prettier --write ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"source-map-loader": "^3.0.1",
"tailwindcss": "^3.0.24"
}
}