-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
99 lines (99 loc) · 2.5 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "pi-mirror",
"version": "1.0.0",
"license": "Apache-2.0",
"author": {
"name": "piomirrors",
"email": "[email protected]",
"url": "https://bootcamp-coders.cnm.edu/pi-mirror"
},
"contributors": [
{
"name": "Shihlin Lu",
"email": "[email protected]"
},
{
"name": "Danielle Martin",
"email": "[email protected]"
},
{
"name": "Luc Flynn",
"email": "[email protected]"
},
{
"name": "Tucker Logan",
"email": "[email protected]"
},
{
"name": "Sebastian Jackson",
"email": "[email protected]"
},
{
"name": "Dylan McDonald",
"email": "[email protected]"
},
{
"name": "George Kephart",
"email": "[email protected]"
},
{
"name": "Mason Crane",
"email": "[email protected]"
}
],
"scripts": {
"build": "rimraf public_html/dist && tsc && webpack --config webpack/webpack.live.js --progress --profile --bail",
"start": "lite-server -c ./bs-config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shihlinlu/pi-mirror"
},
"dependencies": {
"@angular/common": "^4.2.1",
"@angular/compiler": "^4.2.1",
"@angular/core": "^4.2.1",
"@angular/forms": "^4.2.1",
"@angular/http": "^4.2.1",
"@angular/platform-browser": "^4.2.1",
"@angular/platform-browser-dynamic": "^4.2.1",
"@angular/router": "^4.2.1",
"angular-in-memory-web-api": "~0.3.2",
"core-js": "^2.4.1",
"jquery": "^3.2.1",
"lite-server": "^2.3.0",
"pubnub": "^4.10.0",
"pubnub-angular2": "^1.0.2",
"rxjs": "^5.3.1",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@types/node": "^7.0.29",
"awesome-typescript-loader": "^3.1.3",
"bootstrap-loader": "^2.1.0",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"font-awesome-webpack2": "^0.0.6",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"node-sass": "^4.5.3",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^2.0.2",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"typescript": "2.3.4",
"url-loader": "^0.5.8",
"webpack": "^2.6.1",
"webpack-merge": "^4.1.0"
}
}