-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) Β· 3.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "giljob-fe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --config ./config/webpack/webpack.dev.js",
"build": "node ./scripts/create-env.js && tsc && webpack --config ./config/webpack/webpack.prod.js",
"test": "jest --watchAll --coverage",
"test:ci": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YAPP-19th/Web-Team-1-Frontend.git"
},
"author": "raejoonee",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/YAPP-19th/Web-Team-1-Frontend/issues"
},
"homepage": "https://github.com/YAPP-19th/Web-Team-1-Frontend#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.4",
"@babel/runtime-corejs3": "^7.15.4",
"@redux-devtools/core": "^3.9.1",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@storybook/react": "^6.3.12",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@types/jest": "^27.0.2",
"@types/jest-plugin-context": "^2.9.4",
"@types/react": "^17.0.24",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.2",
"@types/react-slick": "^0.23.7",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"chromatic": "^6.0.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"given2": "^2.1.7",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.2.3",
"jest-plugin-context": "^2.9.0",
"mini-css-extract-plugin": "^2.3.0",
"prettier": "^2.4.1",
"react-docgen-typescript": "^2.1.1",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.4.3",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"classnames": "^2.3.1",
"dotenv-webpack": "^7.0.3",
"lottie-web": "^5.8.1",
"quill-image-resize": "^3.0.9",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1",
"react-quill": "^1.3.5",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-slick": "^0.28.1",
"react-spring": "^9.3.3",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3"
}
}