-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.74 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
{
"name": "borja.io",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack",
"lint": "eslint --ext js,jsx ."
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@fullhuman/purgecss-loader": "^1.0.0",
"@hot-loader/react-dom": "^16.13.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"csp-html-webpack-plugin": "^4.0.0",
"css-loader": "^3.5.3",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"node-sass": "^4.14.1",
"preload-webpack-plugin": "^3.0.0-beta.4",
"prerender-loader": "^1.3.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-hot-loader": "^4.12.21",
"react-router-dom": "^5.2.0",
"robotstxt-webpack-plugin": "^7.0.0",
"sass-loader": "^8.0.2",
"sitemap-webpack-plugin": "^0.8.0",
"skeleton-css": "^2.0.4",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-pwa-manifest-contrib": "4.2.1",
"workbox-webpack-plugin": "^5.1.3"
}
}