-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.16 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.16 KB
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
{
"name": "project-react-2-bbhye1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"lint": "eslint --fix --ext js,jsx .",
"test": "jest --watchAll",
"coverage": "jest --coverage",
"build": "webpack --mode production --config webpack.config.js",
"build:dev": "webpack --mode development --config webpack.config.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist --remote upstream"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbhye1/project-react-2-bbhye1.git"
},
"author": "Hyewon Baek",
"license": "ISC",
"bugs": {
"url": "https://github.com/bbhye1/project-react-2-bbhye1/issues"
},
"homepage": "https://codesoom.github.io/project-react-2-bbhye1/",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@reduxjs/toolkit": "^1.4.0",
"@u-wave/react-youtube": "^0.7.2",
"axios": "^0.21.0",
"facepaint": "^1.2.1",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.1.2",
"@types/jest": "^26.0.15",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"dotenv-webpack": "^5.1.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",
"gh-pages": "^3.1.0",
"given2": "^2.1.7",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.6.3",
"jest-plugin-context": "^2.9.0",
"redux-mock-store": "^1.5.4",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.4.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}