-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
113 lines (113 loc) · 3.57 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
103
104
105
106
107
108
109
110
111
112
113
{
"name": "constu",
"version": "1.0.0",
"description": "스터디를 직접 개설하거나 참여해보세요!",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress",
"test:unit": "jest",
"test:watch": "yarn run test:unit -- --watch-all",
"test:e2e": "codeceptjs run --steps",
"test:e2e:headless": "HEADLESS=true codeceptjs run --steps",
"test:e2e:ui": "codecept-ui --app",
"test": "yarn run coverage && start-server-and-test start http://localhost:8080 test:e2e:headless",
"coverage": "yarn run test:unit -- --coverage",
"coverage:ci": "yarn run test:unit --ci --coverage && codecov",
"lint": "eslint --ext js,jsx .",
"build": "cross-env NODE_ENV=production webpack",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeSoom/ConStu.git"
},
"author": "Seungmin Sa",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeSoom/ConStu/issues"
},
"homepage": "https://sweet-1cfff.firebaseapp.com/",
"dependencies": {
"@codeceptjs/configure": "^0.6.2",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@reduxjs/toolkit": "^1.4.0",
"@sentry/react": "^6.9.0",
"@sentry/tracing": "^6.9.0",
"d2coding": "^1.3.2",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"emotion-reset": "^3.0.0",
"facepaint": "^1.2.1",
"firebase": "^8.1.1",
"html-to-draftjs": "^1.5.0",
"immer": "^8.0.0",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"qs": "^6.9.4",
"react": "^17.0.2",
"react-content-loader": "^5.1.4",
"react-datepicker": "^3.7.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.5",
"react-helmet-async": "^1.0.9",
"react-hook-form": "^7.10.0",
"react-icons": "^4.1.0",
"react-moment": "^1.0.0",
"react-redux": "^7.2.2",
"react-responsive": "^8.2.0",
"react-router-dom": "^5.2.0",
"react-star-ratings": "^2.3.0",
"react-toastify": "^7.0.4",
"react-toggle": "^4.1.2",
"react-use": "^15.3.4",
"redux": "^4.0.5",
"sanitize-html": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@codeceptjs/ui": "^0.4.5",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.1.2",
"@testing-library/react-hooks": "^7.0.1",
"@types/jest": "^26.0.15",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"codeceptjs": "^3.0.7",
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"dotenv-webpack": "^6.0.0",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"given2": "^2.1.7",
"html-webpack-plugin": "^4.5.0",
"husky": "^7.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-plugin-context": "^2.9.0",
"mini-css-extract-plugin": "^1.4.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"playwright": "^1.11.1",
"redux-mock-store": "^1.5.4",
"start-server-and-test": "^1.11.5",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.2"
}
}