-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) ยท 2.22 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
{
"name": "profile-2.0",
"version": "2.0.0",
"description": "์ด์ฐฌํธ ํ๋กํ ์ฌ์ดํธ ver 2.0 (React)",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.dev.js --open",
"build": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devho813/profile-2.0.git"
},
"author": "devho813 <devho813@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devho813/profile-2.0/issues"
},
"homepage": "https://github.com/devho813/profile-2.0#readme",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@babel/runtime": "^7.5.5",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.19.0",
"core-js": "^3.2.1",
"file-loader": "^4.2.0",
"immer": "^3.2.0",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-intersection-observer": "^8.24.2",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scroll": "^1.7.14",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.0.5",
"styled-components": "^4.3.2",
"styled-normalize": "^8.0.6",
"url-loader": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"react-hot-loader": "^4.12.11",
"webpack": "^4.39.1",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
}
}