-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.62 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": "react-tbmovies",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"test": "jest --watch"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "20.1.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"ahooks": "^3.7.7",
"antd": "^5.4.7",
"classnames": "^2.3.2",
"clipboard": "^2.0.11",
"dayjs": "^1.11.7",
"fast-average-color": "^9.3.0",
"iso-3166-1": "^2.1.1",
"iso-639-1": "^2.1.15",
"lodash.debounce": "^4.0.8",
"next": "13.4.2",
"numeral": "^2.0.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.5.1",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-redux": "^8.0.5",
"react-youtube": "^10.1.0",
"sass": "^1.62.1",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/lodash.debounce": "^4.0.7",
"@types/numeral": "^2.0.2",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1"
}
}