-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.07 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.07 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "Edifice",
"private": true,
"version": "1.0.0",
"description": "Website companion to the Edifice plugin for Sponge",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js --hot --inline --progress --devtool eval",
"dev-prod": "webpack-dev-server --config webpack.dev-prod.config.js --hot --inline --progress --devtool eval",
"build": "webpack --config webpack.config.js --progress --profile",
"prod": "webpack -p --config webpack.prod.config.js --progress --devtool source-map"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:RobertHerhold/EdificeWeb.git"
},
"keywords": [
"edifice",
"sponge",
"minecraft"
],
"author": "Robert Herhold",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobertHerhold/EdificeWeb/issues"
},
"dependencies": {
"animate.css": "^3.5.2",
"aurelia-bootstrapper-webpack": "1.0.0-beta.2.0.0",
"aurelia-event-aggregator": "1.0.0-beta.2.0.0",
"aurelia-framework": "1.0.0-beta.2.0.0",
"aurelia-history-browser": "1.0.0-beta.2.0.0",
"aurelia-http-client": "1.0.0-beta.2.0.0",
"aurelia-logging-console": "1.0.0-beta.2.0.0",
"aurelia-pal-browser": "1.0.0-beta.3.0.0",
"aurelia-polyfills": "1.0.0-beta.2.0.0",
"aurelia-router": "1.0.0-beta.2.0.0",
"aurelia-templating-binding": "1.0.0-beta.2.0.0",
"aurelia-templating-resources": "1.0.0-beta.3.0.1",
"aurelia-templating-router": "1.0.0-beta.2.0.0",
"aurelia-validatejs": "0.5.1",
"aurelia-validation": "0.9.1",
"auth0-lock": "9.2.1",
"bluebird": "3.3.4",
"bootstrap": "3.3.6",
"chart.js": "2.1.4",
"clipboard": "1.5.10",
"edifice-structure-viewer": "git://github.com/EdificeMC/StructureViewer.git",
"font-awesome": "4.5.0",
"isomorphic-fetch": "2.2.1",
"jquery": "2.2.3",
"moment": "2.13.0",
"slick-carousel": "^1.6.0",
"smooth-scroll": "github:cferdinandi/smooth-scroll",
"sweetalert": "1.1.3",
"toastr": "2.1.2",
"transform-loader": "0.2.3",
"wowjs": "^1.1.3"
},
"devDependencies": {
"aurelia-tools": "0.2.0",
"aurelia-webpack-plugin": "1.0.0-beta.1.0.4",
"babel-core": "6.9.0",
"babel-eslint": "6.0.4",
"babel-loader": "6.2.4",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
"babel-preset-es2016": "6.16.0",
"babel-preset-stage-2": "6.18.0",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.23.1",
"eslint": "2.9.0",
"file-loader": "0.8.5",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.16.1",
"jasmine-core": "2.4.1",
"json-loader": "0.5.4",
"karma": "0.13.21",
"karma-babel-preprocessor": "6.0.1",
"karma-chrome-launcher": "0.2.2",
"karma-jasmine": "0.3.7",
"karma-webpack": "1.7.0",
"node-sass": "3.7.0",
"protractor": "3.2.1",
"raw-loader": "0.5.1",
"sass-loader": "3.2.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"wallaby-webpack": "0.0.21",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
}
}