forked from AshokRajaT/Angular2-SharePoint-SPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.63 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
{
"name": "o365-spa",
"version": "1.0.0",
"description": "SharePoint Online Single Page App By Ashok Raja T. http://ashokraja.me",
"scripts": {
"start": "webpack-dev-server --inline --progress --port 5000",
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail"
},
"dependencies": {
"@angular/common": "^4.3.5",
"@angular/compiler": "^4.3.5",
"@angular/core": "^4.3.5",
"@angular/forms": "^4.3.5",
"@angular/http": "^4.3.5",
"@angular/platform-browser": "^4.3.5",
"@angular/platform-browser-dynamic": "^4.3.5",
"@angular/router": "^4.3.5",
"bootstrap": "^3.3.7",
"core-js": "^2.5.0",
"rxjs": "^5.4.3",
"sp-pnp-js": "^2.0.8",
"typescript": "^2.4.2",
"zone.js": "^0.8.16"
},
"devDependencies": {
"@types/core-js": "^0.9.42",
"@types/node": "^8.0.24",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.2.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"gulp": "^3.9.1",
"gulp-replace": "^0.6.1",
"gulp-spsave": "^3.1.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"replace-webpack-plugin": "^0.1.2",
"rimraf": "^2.6.1",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
}
}