-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
136 lines (136 loc) · 4.76 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
{
"name": "that-react-app-you-want",
"version": "0.3.1",
"description": "That react app boilerplate that you always wanted. Highly opinionated...but you better like it.",
"main": "index.js",
"scripts": {
"build": "npm run clean:dist && cross-env NODE_ENV=production webpack -p --profile --progress --env production --config ./webpack.config.babel.js",
"clean": "npm run clean:dist && npm run clean:modules",
"clean:dist": "rm -rf ./dist ./**/*.DS_STORE ./.DS_STOR",
"clean:modules": "rm -rf ./node_modules",
"dev": "cross-env NODE_ENV=vendors webpack --profile --progress --env vendors --config ./webpack.config.babel.js",
"format": "prettier-standard 'src/**/*.js'",
"postmerge": "npm install",
"postinstall": "npm run dev",
"precommit": "lint-staged",
"release": "standard-version",
"start": "cross-env NODE_ENV=development webpack-dev-server --env development --open",
"test": "echo \"No test specified.\""
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"dependencies": {
"classnames": "^2.2.6",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^6.0.8"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/node": "^7.10.4",
"@babel/plugin-proposal-class-properties": "",
"@babel/plugin-proposal-export-namespace-from": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-default-from": "^7.10.1",
"@babel/plugin-transform-react-constant-elements": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.10.3",
"@babel/runtime": "^7.10.3",
"@hot-loader/react-dom": "^16.13.0",
"@loadable/component": "^5.13.1",
"@webpack-contrib/defaults": "^6.3.0",
"add-asset-html-webpack-plugin": "^3.1.3",
"autodll-webpack-plugin": "^0.4.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-async-generator-functions": "7.0.0-beta.3",
"babel-plugin-transform-es2015-modules-commonjs": "^7.0.0-beta.3",
"babel-plugin-transform-imports": "^2.0.0",
"babel-polyfill": "^7.0.0-beta.3",
"babel-root-slash-import": "^1.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^4.1.0",
"compression-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"dotenv-webpack": "^2.0.0",
"eslint": "^7.3.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^4.0.0-beta.14",
"husky": "^4.2.5",
"inline-chunk-manifest-html-webpack-plugin": "^2.0.0",
"lint-staged": "^10.2.11",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^7.0.32",
"postcss-color-function": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^2.1.1",
"postcss-strip-inline-comments": "^0.1.5",
"preload-webpack-plugin": "^3.0.0-beta.4",
"precss": "^4.0.0",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"prettier-standard": "^16.3.0",
"purify-css": "^1.2.5",
"purgecss-webpack-plugin": "^2.3.0",
"react-error-overlay": "^6.0.7",
"react-hot-loader": "^4.12.21",
"redbox-react": "^1.6.0",
"standard-version": "^8.0.0",
"style-loader": "^1.2.1",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.1",
"terser-webpack-plugin": "^3.0.6",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-chunk-hash": "^0.6.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^5.0.9"
},
"optionalDependencies": {
"fsevents": "*"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"authors": {
"name": "Jordan McArdle",
"email": "[email protected]",
"url": "https://github.com/jmahc"
},
"repository": {
"type": "git",
"url": "http://github.com/jmahc/that-react-app-you-want/"
},
"bugs": {
"url": "https://github.com/jmahc/that-react-app-you-want/issues"
},
"license": "MIT"
}