forked from MethSarcus/MyFantasyNumbers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
{
"title": "My Fantasy Numbers",
"name": "my-fantasy-numbers",
"version": "1.0.1",
"private": true,
"description": "A site for in depth fantasy football stats",
"keywords": [
"css",
"sass",
"html",
"fantasy",
"stats",
"football",
"league",
"app"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"homepage": "https://myfantasynumbers.com",
"bugs": {
"url": "https://sethmarcus.dev/",
"email": "[email protected]"
},
"license": "CC BY-NC-ND",
"author": "Seth Marcus",
"contributors": [
"Seth Marcus (https://sethmarcus.dev/)"
],
"repository": {
"type": "git",
"url": "https://github.com/sem4140/MyFantasyNumbers_V1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.7.0",
"@types/node": "^12.12.26",
"bootstrap": "^4.4.1",
"chart.js": "2.9.4",
"datatables.net-bs4": "1.10.19",
"jquery": "^3.5.0",
"jquery.easing": "^1.4.1",
"lodash": "^4.17.15",
"node": "^12.14.1",
"sass": "^1.25.0"
},
"devDependencies": {
"css-loader": "^3.4.2",
"file-loader": "^4.3.0",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}