forked from destinygg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.96 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "dgg-website",
"version": "2.32.2",
"description": "Destiny.gg front-end",
"main": "destiny",
"scripts": {
"ini": "node scripts/tasks/ini.js",
"watch": "webpack -w",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development"
},
"repository": {
"type": "git",
"url": "git://github.com/destinygg/website.git"
},
"keywords": [
"destiny.gg",
"destinygg",
"dgg"
],
"browserslist": [
"> 0.25%",
"not dead"
],
"author": "Destiny.gg Foundation",
"contributors": [],
"homepage": "http://www.destiny.gg/",
"license": "SEE LICENSE IN <LICENSE.md>",
"bugs": "https://github.com/destinygg/website/issues",
"directories": {
"lib": "./lib",
"assets": "./assets",
"scripts": "./scripts",
"public": "./public",
"static": "./static"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"bootstrap": "^4.6.0",
"chart.js": "^2.8.0",
"dgg-chat-gui": "^2.8.2",
"jquery": "^3.6.0",
"jquery-validation": "^1.19.3",
"moment": "^2.29.1",
"popper.js": "^1.15.0",
"roboto-fontface": "^0.10.0",
"throttle-debounce": "^3.0.1",
"webpack-manifest-plugin": "^3.1.1",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.14.2",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.5",
"css-minimizer-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.0",
"postcss-loader": "^5.3.0",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"engines": {
"node": ">=5.0.2",
"npm": ">=3.3.12"
}
}