-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 KB
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
{
"name": "project-x-nba-comparison",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"serve": "webpack-dev-server --mode=development",
"build": "webpack -p",
"deploy": "yarn build && gh-pages -d dist"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"babel-jest": "^26.0.1",
"dotenv-webpack": "^1.7.0",
"gh-pages": "^2.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"recharts": "^1.8.5"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@hot-loader/react-dom": "^16.13.0+4.12.20",
"@testing-library/react": "^10.2.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"html-webpack-plugin": "^4.2.0",
"html-webpack-template": "^6.2.0",
"jest": "^26.0.1",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}