This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.15 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
72
{
"name": "tmdb_searcher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "yarn dev",
"dev": "webpack-dev-server --progress --color --config config/webpack.dev.js",
"build": "webpack -p --config config/webpack.prod.js"
},
"author": "erozak",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"history": "^4.7.2",
"immutable": "^3.8.2",
"iso-639-1": "^1.3.1",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-icons": "^2.2.7",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"sanitize.css": "^5.0.0",
"shortid": "^2.2.8"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.12.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-class-property": "^1.0.6",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "^0.0.7",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"htmllint-loader": "^2.1.4",
"node-sass": "^4.7.2",
"redux-logger": "^3.0.6",
"redux-saga-devtools": "^0.1.2",
"sass-loader": "^6.0.6",
"serve-favicon": "^2.4.5",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1"
}
}