-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "tidy-twitter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@chakra-ui/react": "^1.3.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"cookies": "^0.8.0",
"cors": "^2.8.5",
"framer-motion": "^3.10.0",
"fuse.js": "^6.4.6",
"js-cookie": "^2.2.1",
"ms": "^2.1.3",
"next": "10.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.2.0",
"react-query": "^3.13.9",
"throttle-debounce": "^3.0.1",
"twitter-lite": "^1.1.0",
"twittersignin": "^1.2.0"
},
"devDependencies": {
"@testing-library/dom": "^7.30.3",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",
"@types/cookies": "^0.7.6",
"@types/jest": "^26.0.22",
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/twit": "^2.2.28",
"babel-jest": "^26.6.3",
"eslint": "^7.24.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"msw": "^0.28.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"whatwg-fetch": "^3.6.2"
},
"msw": {
"workerDirectory": "public"
}
}