-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "eplteamcomparison",
"version": "1.0.0",
"description": "## Background and Overview",
"main": "index.js",
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "NODE_ENV=development webpack-dev-server --config webpack.dev.js ",
"watch": "NODE_ENV=development webpack --watch --config webpack.dev.js",
"build": "NODE_ENV=production webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aweil13/EPLTeamComparison.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aweil13/EPLTeamComparison/issues"
},
"homepage": "https://github.com/aweil13/EPLTeamComparison#readme",
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.13.12",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"fibers": "^5.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.4.0",
"postcss-loader": "^4.2.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"d3": "^6.6.2",
"http-server": "^0.12.3"
}
}