-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.95 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.95 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
79
80
81
82
83
84
85
86
87
88
89
{
"name": "reactjs-training",
"version": "1.0",
"author": "Viet",
"description": "ReactJS Training NeoLab Vietnam",
"scripts": {
"dev": "webpack-dev-server --inline --hot --progress",
"start": "webpack -p --progress --optimize-max-chunks 15 --optimize-min-chunk-size 10000 --env.prod=true"
},
"license": "MIT",
"dependencies": {
"Tweet": "https://github.com/StanScates/Tweet.js-Mod",
"axios": "^0.16.2",
"bootstrap": "3",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"formsy-react": "^1.1.4",
"jquery": "^3.2.1",
"masonry-layout": "^4.2.1",
"moment": "^2.19.2",
"moment-timezone": "^0.5.14",
"owl-carousel": "https://github.com/evenicoulddoit/owl-carousel",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-i18nify": "^1.8.8",
"react-ladda": "^5.0.7",
"react-redux": "^5.0.6",
"react-redux-toastr": "^7.1.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-api": "^0.11.1",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"regenerator-runtime": "^0.11.1",
"retinajs": "^2.1.3",
"universal-cookie": "^2.1.0",
"validator": "^9.1.2"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.2",
"babel-jest": "22.4.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"compression-webpack-plugin": "^0.4.0",
"copy-webpack-plugin": "^4.2.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"dotenv": "^4.0.0",
"eslint": "^4.1.1",
"eslint-plugin-eslint-comments": "^2.0.2",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.3.1",
"jest": "22.4.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.3",
"react-hot-loader": "^1.3.1",
"sass-lint": "^1.10.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"stylelint-config-standard": "^17.0.0",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^0.5.9",
"webpack": "^3.5.6",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.7.1",
"webpack-hot-middleware": "^2.17.0"
}
}