-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.83 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
{
"name": "project-react-3-hongjungkim-dev",
"version": "0.0.1",
"description": "project-react-3-hongjungkim-dev",
"main": "index.js",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@reduxjs/toolkit": "^1.5.0",
"given2": "^2.1.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"react-share": "^4.4.0",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.13.13",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.21",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"jest-plugin-context": "^2.9.0",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"start": "webpack serve",
"build": "webpack build",
"deploy": "gh-pages --remote upstream -d dist",
"test": "jest",
"lint": "eslint --ext js,jsx ."
},
"repository": {
"type": "git",
"url": "https://github.com/HongJungKim-dev/project-react-3-HongJungKim-dev.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HongJungKim-dev/project-react-3-HongJungKim-dev/issues"
},
"homepage": "https://github.comc/HongJunKim-dev/project-react-3-HongJungKim-dev"
}