-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.33 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
{
"name": "reviewtwits",
"version": "0.1.0",
"private": true,
"scripts": {
"init-https": "sh init-https.sh",
"dev": "node server.js",
"build": "next build",
"start": "next build & next start",
"lint": "next lint",
"jest": "jest --watch",
"storybook": "storybook dev -p 6006",
"test": "echo 'No tests specified'",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.6",
"@react-oauth/google": "^0.8.0",
"@tanstack/react-query": "^4.24.6",
"@tanstack/react-query-devtools": "^4.24.6",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.3.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"highlight.js": "^11.7.0",
"next": "13.1.6",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"recharts": "^2.5.0",
"recoil": "^0.7.6",
"typescript": "4.9.5",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@emotion/jest": "^11.10.5",
"@next/bundle-analyzer": "^13.1.6",
"@storybook/addon-actions": "^7.0.0-beta.49",
"@storybook/addon-essentials": "^7.0.0-beta.49",
"@storybook/addon-interactions": "^7.0.0-beta.49",
"@storybook/addon-links": "^7.0.0-beta.49",
"@storybook/nextjs": "^7.0.0-beta.49",
"@storybook/react": "^7.0.0-beta.49",
"@storybook/testing-library": "^0.0.14-next.1",
"@svgr/webpack": "^7.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/google.accounts": "^0.0.6",
"@types/react-highlight": "^0.12.5",
"@types/recharts": "^1.8.24",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-loader": "^8.3.0",
"babel-plugin-inline-react-svg": "^2.0.2",
"chromatic": "^6.17.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.10",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.4",
"react-highlight": "^0.15.0",
"storybook": "^7.0.0-beta.49"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}