forked from prgrms-web-devcourse/Team_DOKEV_GOLDDDUCK_FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
{
"name": "react-template",
"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": {
"@craco/craco": "^6.4.1",
"@date-io/date-fns": "^2.11.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@material-ui/lab": "^5.0.0-alpha.44",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.2.1",
"@mui/lab": "^5.0.0-alpha.59",
"@mui/material": "^5.2.1",
"@mui/styled-engine-sc": "^5.1.0",
"axios": "^0.24.0",
"date-fns": "^2.27.0",
"html2canvas": "^1.3.3",
"next": "12.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"styled-components": "^5.3.3",
"sweetalert2": "^11.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/react": "^6.3.12",
"@types/node": "^16.11.9",
"@types/react": "^17.0.35",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-loader": "^8.2.3",
"craco-alias": "^3.0.1",
"dotenv": "^10.0.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"typescript": "^4.5.2"
}
}