-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 KB
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
{
"name": "beercheer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"axios": "^0.26.1",
"date-fns": "^2.28.0",
"intercept-stdout": "^0.1.2",
"lodash": "^4.17.21",
"next": "12.1.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^9.1.0",
"react-query": "^3.38.0",
"react-responsive": "^9.0.0-beta.6",
"recoil": "^0.7.2",
"recoil-persist": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@emotion/babel-plugin": "^11.9.2",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.10",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.24",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"babel-loader": "^8.2.5",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-storybook": "^0.5.10",
"prettier": "^2.6.2",
"typescript": "4.6.3",
"webpack-merge": "^5.8.0"
}
}