-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.77 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
{
"name": "coflix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch --coverage",
"test:ci": "jest --ci",
"deploy": "yarn build && gcloud app deploy",
"serve-json": "json-server --watch db.json --port 4000"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@tanstack/react-query": "^5.0.5",
"@types/node": "20.3.1",
"@types/open-graph": "^0.2.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"aos": "^2.3.4",
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"framer-motion": "^10.16.4",
"json-server": "^0.17.3",
"lottie-react": "^2.4.0",
"next": "13.4.7",
"open-graph": "^0.2.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-player": "^2.13.0",
"recoil": "^0.7.7",
"scrape-youtube": "^2.4.0",
"tree": "^0.1.3",
"tree-cli": "^0.6.7",
"typescript": "5.1.3",
"youtubei": "^1.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/aos": "^3.0.4",
"@types/react-lottie": "^1.2.6",
"@types/styled-components": "^5.1.26",
"babel-jest": "^29.7.0",
"babel-plugin-styled-components": "^2.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"styled-components": "^5.3.10"
}
}