-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.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
{
"name": "kakao_cloud_portfolio",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "webpack serve --mode development --open",
"build": "webpack --mode production",
"test": "jest",
"lint": "eslint src/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragonsuperf/kakao_cloud_portfolio.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/dragonsuperf/kakao_cloud_portfolio/issues"
},
"homepage": "https://github.com/dragonsuperf/kakao_cloud_portfolio#readme",
"dependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@jest/types": "^26.6.2",
"@reduxjs/toolkit": "^1.5.0",
"@sentry/react": "^6.2.5",
"@sentry/tracing": "^6.2.5",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@toast-ui/chart": "^4.1.4",
"@toast-ui/react-chart": "^4.1.4",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@types/styled-components": "^5.1.9",
"axios": "^0.21.1",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.2",
"error-overlay-webpack-plugin": "^0.4.2",
"eslint-import-resolver-alias": "^1.1.2",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "4",
"jest": "^26.6.3",
"jest-config": "^26.6.3",
"moment": "^2.29.1",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-google-charts": "^3.0.15",
"react-redux": "^7.2.2",
"react-use-websocket": "^2.5.0",
"redux": "^4.0.5",
"source-map-loader": "^2.0.1",
"style-loader": "^2.0.0",
"styled-components": "^5.2.1",
"ts-loader": "^8.0.17",
"ts-node": "^9.1.1",
"ttf-loader": "^1.0.2",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"webpack-dev-server": "^3.11.2"
}
}