-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
147 lines (147 loc) · 5.31 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "react-boilerplate",
"version": "1.0.0",
"description": "Minimalize Modern ReactJS Boilerplate 2020",
"main": "index.js",
"scripts": {
"b": "cross-env NODE_ENV=production webpack --config webpack.config.js --env.env=prod -p",
"s": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.js --env.env=dev --env.addon=progress --info=false",
"ba": "npm run b -- --env.addon=analyzer --env.addon=visualyzer --env.addon=checker",
"t": "jest",
"t:watch": "jest --watch",
"t:converage": "jest --converage --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/restuwahyu13"
},
"keywords": [
"react",
"reactjs",
"react boilerplate",
"reactjs pwa"
],
"author": "restuwahyu13",
"license": "MIT",
"dependencies": {
"@loadable/component": "^5.15.2",
"axios": "^0.26.1",
"bootstrap": "^5.1.1",
"connected-react-router": "^6.9.2",
"history": "^4.10.1",
"react": "^16.14.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.8",
"react-router-dom": "^6.2.2",
"react-uuid": "^1.0.2",
"redux": "^4.1.2",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.16.8",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@babel/plugin-transform-react-constant-elements": "^7.17.6",
"@babel/plugin-transform-react-inline-elements": "^7.16.5",
"@babel/plugin-transform-react-jsx-self": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/plugin-transform-shorthand-properties": "^7.16.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.4",
"babel-plugin-graphql-tag": "^3.2.0",
"babel-plugin-import-graphql": "^2.8.1",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-minify-flip-comparisons": "^0.4.3",
"babel-plugin-react-html-attrs": "^3.0.5",
"babel-plugin-remove-export-keywords": "^1.6.22",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-plugin-transform-remove-undefined": "^0.5.0",
"babel-preset-jest": "^27.5.1",
"babel-preset-minify": "^0.5.1",
"chalk": "^5.0.1",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^6.1.1",
"cross-env": "^7.0.3",
"css-hot-loader": "^1.4.4",
"css-loader": "^5.2.7",
"cssnano": "^5.1.12",
"cssnano-preset-advanced": "^5.2.5",
"dotenv-webpack": "^7.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-jest-enzyme": "^7.1.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-redux": "^4.0.0",
"eslint-plugin-security": "^1.4.0",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-critical-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^4.5.2",
"identity-obj-proxy": "^3.0.0",
"image-webpack-loader": "^8.0.1",
"inspectpack": "^4.7.1",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^1.6.2",
"module-to-cdn": "^3.1.5",
"node-sass": "^7.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-clean": "^1.2.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-loader": "^4.2.0",
"postcss-preset-env": "^7.4.3",
"prettier": "^2.7.1",
"prop-types": "^15.7.2",
"react-refresh": "^0.8.3",
"react-test-renderer": "^16.14.0",
"redux-logger": "^3.0.6",
"sass-loader": "^10.1.1",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^2.0.0",
"styled-jsx": "^5.0.2",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-csstree-validator": "^2.0.0",
"stylelint-images": "^2.0.1",
"stylelint-scss": "^3.21.0",
"terser-webpack-plugin": "^4.2.3",
"unminified-webpack-plugin": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-common-shake": "^2.1.0",
"webpack-dev-server": "^4.9.3",
"webpack-graphql-loader": "^1.0.2",
"webpack-html-plugin": "^0.1.1",
"webpack-merge": "^5.8.0",
"webpack-pwa-manifest": "^4.3.0",
"webpack-stats-plugin": "^1.0.3",
"webpack-visualizer-plugin": "^0.1.11",
"webpackbar": "^4.0.0",
"workbox-webpack-plugin": "^6.5.1"
}
}