-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.75 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
{
"name": "urc_rn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"serve": "json-server ./public/data/data.json --port 4001",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postinstall": "husky install",
"format": "prettier --cache --write .",
"lint": "eslint --cache ."
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.3",
"@react-icons/all-files": "^4.1.0",
"@types/json-server": "^0.14.4",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/react-icons": "^3.0.0",
"@types/react-modal": "^3.13.1",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"json-server": "^0.17.3",
"next": "13.4.4",
"postcss": "8.4.23",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-modal": "^3.16.1",
"recharts": "^2.0.9",
"sharp": "^0.32.4",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"packageManager": "[email protected]",
"devDependencies": {
"@storybook/addon-essentials": "^7.0.20",
"@storybook/addon-interactions": "^7.0.20",
"@storybook/addon-links": "^7.0.20",
"@storybook/blocks": "^7.0.20",
"@storybook/nextjs": "^7.0.20",
"@storybook/react": "^7.0.20",
"@storybook/testing-library": "^0.0.14-next.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.3",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"storybook": "^7.0.20"
}
}