-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.7 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.7 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
{
"name": "kitecrypt",
"version": "1.0.0",
"license": "Apache-2.0",
"author": {
"name": "J Guzman",
"email": "[email protected]",
"url": "https://bootcamp-coders.cnm.edu/~karstagg/kitecrypt"
},
"scripts": {
"build": "rimraf public_html/dist && tsc && webpack --config webpack/webpack.live.js --progress --profile --bail"
},
"repository": {
"type": "git",
"url": "https://github.com/karstagg/kitecrypt.git"
},
"dependencies": {
"@angular/common": "~2.1.1",
"@angular/compiler": "~2.1.1",
"@angular/core": "~2.1.1",
"@angular/forms": "~2.1.1",
"@angular/http": "~2.1.1",
"@angular/platform-browser": "~2.1.1",
"@angular/platform-browser-dynamic": "~2.1.1",
"@angular/router": "~3.1.1",
"core-js": "^2.4.1",
"ecc-jsbn": "~0.1.1",
"jquery": "^3.1.1",
"ng2-webstorage": "^1.4.1",
"pusher-js": "^4.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.26"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.45",
"angular2-template-loader": "^0.6.0",
"bootstrap-loader": "^1.3.0",
"bootstrap-sass": "^3.3.7",
"awesome-typescript-loader": "^2.2.4",
"css-loader": "^0.25.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.15.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"font-awesome-webpack": "^0.0.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-sass": "^3.8.0",
"resolve-url-loader": "^1.5.0",
"rimraf": "^2.5.2",
"sass-loader": "^4.0.0",
"style-loader": "0.13.1",
"typescript": "2.1.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-merge": "^0.15.0"
}
}