-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.79 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
{
"name": "coderockr-way-project-setup",
"homepage": "https://cwps.lucassabreu.net.br/",
"version": "0.1.0",
"private": true,
"dependencies": {
"color-string": "^1.5.5",
"colour-proximity": "^0.0.2",
"glob-parent": "^6.0.0",
"material-design-icons": "^3.0.1",
"netlify-auth-providers": "^1.0.0-alpha5",
"object-assign": "4.1.1",
"parse-link-header": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-select": "^1.2.1",
"reactstrap": "^5.0.0-beta",
"svg-react-loader": "^0.4.5",
"url-loader": "0.6.2"
},
"scripts": {
"start": "webpack serve --open",
"build": "webpack --mode production && cp public/_redirects public/manifest.json build/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.5.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-webpack-plugin": "^2.4.1",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^2.0.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
}
}