forked from destinygg/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.61 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
{
"name": "Destiny",
"version": "2.0.70",
"description": "Destiny.gg front-end",
"main": "destiny",
"scripts": {
"tld": "node scripts/tasks/tld.js",
"glue": "node scripts/tasks/glue.js",
"build": "npm run tld && npm run glue && webpack -p",
"watch": "npm run 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": {
"babel-core": "~6.18.0",
"babel-loader": "~6.2.7",
"babel-preset-es2015": "~6.18.0",
"bootstrap": "~3.3.7",
"chart.js": "~2.5.0",
"clean-webpack-plugin": "~0.1.13",
"core-js": "~2.4.1",
"css-loader": "~0.28.0",
"debounce": "~1.0.0",
"del": "~2.2.2",
"extract-text-webpack-plugin": "~2.1.0",
"file-loader": "~0.11.1",
"font-awesome": "~4.7.0",
"imports-loader": "~0.7.1",
"jquery": "~3.2.1",
"jquery-validation": "1.16.0",
"json-loader": "~0.5.4",
"moment": "~2.18.1",
"nanoscroller": "~0.8.7",
"sass-loader": "~6.0.3",
"style-loader": "~0.16.1",
"ts-loader": "~2.0.0",
"typescript": "~2.2.2",
"webpack": "~2.3.3",
"webpack-dev-server": "~2.4.2"
},
"engines": {
"node": "~5.0.2",
"npm": "~3.3.12"
}
}