-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
149 lines (149 loc) · 5.4 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
148
149
{
"name": "react-boilerplate",
"version": "1.1.1",
"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 --watchAll",
"t:coverage": "jest --coverage --colors",
"lint": "eslint ./src --fix",
"formatter": "prettier ./src --check"
},
"repository": {
"type": "git",
"url": "https://github.com/restuwahyu13"
},
"keywords": [
"react",
"reactjs",
"react boilerplate",
"reactjs pwa"
],
"author": "restuwahyu13",
"license": "MIT",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
"@babel/plugin-transform-react-inline-elements": "^7.12.1",
"@babel/plugin-transform-react-jsx-self": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/plugin-transform-shorthand-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@testing-library/react-hooks": "^5.0.3",
"@types/enzyme": "*",
"@types/enzyme-adapter-react-16": "*",
"@types/enzyme-to-json": "*",
"@types/jest": "*",
"@types/react-test-renderer": "*",
"@types/testing-library__react-hooks": "*",
"autoprefixer": "^10.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-graphql-tag": "^3.1.0",
"babel-plugin-import-graphql": "^2.7.0",
"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.21",
"babel-plugin-styled-components": "^1.11.1",
"babel-plugin-transform-inline-consecutive-adds": "^0.4.3",
"babel-plugin-transform-merge-sibling-variables": "^6.9.4",
"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": ">=24.0.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-hot-loader": "^1.4.4",
"css-loader": "^4.3.0",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"dotenv-webpack": "^6.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-jest-enzyme": "^7.1.2",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-redux": "^3.3.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.0",
"husky": "^4.3.0",
"identity-obj-proxy": "^3.0.0",
"image-webpack-loader": "^7.0.1",
"inspectpack": "^4.5.2",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^5.0.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"react-refresh": "^0.9.0",
"react-test-renderer": "^17.0.1",
"sass-loader": "^10.1.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^2.0.0",
"styled-jsx": "^3.3.1",
"stylelint": "^13.7.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-images": "^2.0.1",
"stylelint-scss": "^3.18.0",
"terser-webpack-plugin": "^4.2.1",
"unminified-webpack-plugin": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^3.3.12",
"webpack-common-shake": "^2.1.0",
"webpack-dev-server": "^3.11.0",
"webpack-graphql-loader": "^1.0.2",
"webpack-html-plugin": "^0.1.1",
"webpack-merge": "^5.4.0",
"webpack-pwa-manifest": "^4.2.0",
"webpack-stats-plugin": "^1.0.2",
"webpack-visualizer-plugin": "^0.1.11",
"webpackbar": "^4.0.0",
"workbox-webpack-plugin": "^4.3.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}