-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.34 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.34 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
73
74
75
76
77
78
{
"name": "react-youtube",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"clean": "rimraf dist/*",
"dev": "webpack-dev-server --devtool eval --progress --watch --hot --mode production",
"prd": "npm run clean && webpack --mode production"
},
"author": "Hsien",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "1.1.15",
"@types/gapi.client": "1.0.1",
"antd": "3.22.0",
"axios": "0.18.0",
"final-form": "4.12.0",
"gapi-client": "0.0.3",
"history": "4.7.2",
"is_js": "0.9.0",
"moment": "2.24.0",
"prop-types": "15.6.2",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-google-authorize": "1.0.4",
"react-loadable": "5.5.0",
"react-player": "1.11.0",
"react-redux": "5.0.7",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-router-redux": "4.0.8",
"redux": "4.0.0",
"redux-actions": "2.6.1",
"redux-thunk": "2.3.0",
"styled-components": "3.4.6",
"webpack-hashed-module-id-plugin": "0.1.4"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "9.0.0",
"babel-loader": "7.1.5",
"babel-plugin-import": "1.12.2",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"brotli-webpack-plugin": "1.1.0",
"clean-webpack-plugin": "0.1.19",
"compression-webpack-plugin": "2.0.0",
"css-loader": "1.0.0",
"eslint": "5.5.0",
"eslint-config-airbnb": "17.1.0",
"eslint-loader": "2.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-react": "7.11.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "2.0.0",
"hard-source-webpack-plugin": "0.13.1",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.4.5",
"moment-locales-webpack-plugin": "1.1.0",
"node-sass": "4.9.3",
"postcss-loader": "3.0.0",
"sass-loader": "7.1.0",
"style-ext-html-webpack-plugin": "3.4.7",
"style-loader": "0.23.0",
"uglifyjs-webpack-plugin": "1.3.0",
"url-loader": "1.1.1",
"webpack": "4.17.1",
"webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.7"
}
}