This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.9 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
{
"name": "aspects-assemble",
"version": "0.1.0",
"description": "Quickly setup and customize a UX Aspects application",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server"
},
"keywords": [
"UX",
"aspects",
"application",
"wizard",
"builder",
"creator",
"customize"
],
"author": "Ashley Hunter",
"license": "Apache-2.0",
"dependencies": {
"@angular/common": "~4.3.3",
"@angular/compiler": "~4.3.3",
"@angular/core": "~4.3.3",
"@angular/forms": "~4.3.3",
"@angular/http": "~4.3.3",
"@angular/platform-browser": "~4.3.3",
"@angular/platform-browser-dynamic": "~4.3.3",
"@angular/router": "~4.3.3",
"@ux-aspects/ux-aspects": "^1.3.2",
"angular4-color-picker": "^1.4.2",
"bootstrap": "^3.3.7",
"chance": "^1.0.10",
"color": "^2.0.0",
"color-js": "^1.0.4",
"core-js": "^2.5.0",
"d3": "^4.10.0",
"file-saver": "^1.3.3",
"jszip": "^3.1.3",
"lodash": "^4.17.4",
"ngx-bootstrap": "^1.8.1",
"rxjs": "5.4.2",
"source-sans-pro": "^2.0.10",
"zone.js": "^0.8.16"
},
"devDependencies": {
"@types/chance": "^0.7.34",
"@types/d3": "^4.10.0",
"@types/file-saver": "0.0.1",
"@types/jszip": "0.0.33",
"@types/lodash": "^4.14.73",
"@types/node": "^7.0.29",
"@types/webpack-env": "^1.13.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.2.2",
"css-loader": "^0.28.4",
"css-to-string-loader": "^0.1.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.0",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.18.2",
"svg-inline-loader": "^0.8.0",
"tslint": "^5.5.0",
"typescript": "^2.4.2",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
}
}