-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.29 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.29 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
{
"name": "katalye.ui",
"version": "1.0.0",
"description": "The frontend to the Katalye API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --watch webpack.development.config.js --watch webpack.common.js --exec \"webpack-dev-server --config webpack.development.config.js --progress\"",
"build": "webpack --bail --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Silvenga/Katalye.UI.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Silvenga/Katalye.UI/issues"
},
"homepage": "https://github.com/Silvenga/Katalye.UI#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@types/bootstrap": "^4.2.0",
"@types/jquery": "^3.3.29",
"@types/lodash.clone": "^4.5.4",
"@types/webpack-env": "^1.13.6",
"aurelia-webpack-plugin": "^3.0.0",
"autoprefixer": "^9.4.3",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.1",
"core-js": "^2.6.1",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"postcss-loader": "^3.0.0",
"regenerator-runtime": "^0.13.1",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@aspnet/signalr": "^1.1.2",
"@fortawesome/fontawesome-free": "^5.6.3",
"@jeykeu/font-os": "^1.0.2",
"@types/js-yaml": "^3.11.4",
"@types/typeahead": "^0.11.32",
"aurelia-bootstrapper": "^2.3.1",
"aurelia-dependency-injection": "^1.4.2",
"aurelia-fetch-client": "^1.7.0",
"aurelia-path": "^1.1.1",
"aurelia-templating": "^1.10.1",
"aurelia-validation": "^1.3.3",
"bootstrap": "^4.2.1",
"corejs-typeahead": "^1.2.1",
"jquery": "^3.3.1",
"js-yaml": "^3.12.1",
"lodash.clone": "^4.5.0",
"moment": "^2.23.0",
"popper.js": "^1.14.6",
"whatwg-fetch": "^3.0.0"
}
}