-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "fortyeight",
"version": "3.1.2",
"description": "",
"homepage": "./",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development --env game_year=2024",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env game_year=2024",
"build-ghp": "webpack --env game_year=2024 ghp",
"deploy": "gh-pages -d build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.5.1",
"eslint": "^8.32.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-react": "^7.32.1",
"eslint-webpack-plugin": "^3.2.0",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.4",
"sass": "^1.56.2",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.64.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.4.0",
"workbox-webpack-plugin": "^7.0.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"chart.js": "^3.6.2",
"date-and-time": "^2.0.1",
"history": "^5.1.0",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.2",
"seedrandom": "^3.0.5"
}
}