-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.61 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "y",
"version": "1.0.0",
"description": "A pokedex web app that displays pokemons",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config=\"./config/webpack.config.js\" --hot --env.NODE_ENV=\"local\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ram95krishh/pokedex.git"
},
"author": "Ramakrishnan CS",
"license": "ISC",
"bugs": {
"url": "https://github.com/ram95krishh/pokedex/issues"
},
"homepage": "https://github.com/ram95krishh/pokedex#readme",
"dependencies": {
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^4.0.0-alpha.45",
"classnames": "^2.2.6",
"copy-webpack-plugin": "^5.1.1",
"dotenv": "^6.2.0",
"material-ui": "^0.20.2",
"noty": "^3.2.0-beta",
"prop-types": "^15.6.2",
"ramda": "^0.26.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.4",
"react-lottie": "^1.2.3",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.0",
"redux-seamless-immutable": "^0.4.0",
"stylelint-config-css-modules": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.1.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"babel-plugin-react-css-modules": "^3.4.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"cssnano": "^4.0.5",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.5.0",
"jest-html-reporter": "^2.4.2",
"jsdoc": "^3.5.5",
"mini-css-extract-plugin": "^0.4.1",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^5.3.0",
"regenerator-runtime": "^0.12.1",
"style-loader": "^0.22.1",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^1.1.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.4"
}
}