forked from destinygg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.69 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
{
"name": "dgg-website",
"version": "2.3.23",
"description": "Destiny.gg front-end",
"main": "destiny",
"scripts": {
"ini": "node scripts/tasks/ini.js",
"build": "npm run ini && webpack -p",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git://github.com/destinygg/website.git"
},
"keywords": [
"destiny.gg",
"destinygg",
"dgg"
],
"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"
},
"devDependencies": {
"autoprefixer": "~8.0.0",
"babel-core": "~6.26.0",
"babel-loader": "~7.1.2",
"babel-preset-es2015": "~6.24.1",
"bootstrap": "~3.3.7",
"chart.js": "~2.7.1",
"clean-webpack-plugin": "^0.1.18",
"core-js": "~2.5.3",
"css-loader": "^0.28.10",
"del": "~3.0.0",
"dgg-chat-gui": "git://github.com/destinygg/chat-gui.git#master",
"extract-text-webpack-plugin": "~3.0.2",
"file-loader": "^1.1.9",
"font-awesome": "~4.7.0",
"jquery": "~3.3.1",
"jquery-validation": "~1.17.0",
"json-loader": "~0.5.7",
"moment": "~2.20.1",
"node-sass": "~4.7.2",
"normalize.css": "~8.0.0",
"postcss-loader": "^2.1.0",
"sass-loader": "~6.0.6",
"style-loader": "~0.20.2",
"throttle-debounce": "~1.0.1",
"ts-loader": "~3.5.0",
"typescript": "~2.7.2",
"webpack": "~3.11.0",
"webpack-dev-server": "~2.11.1"
},
"engines": {
"node": "~5.0.2",
"npm": "~3.3.12"
}
}