-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 957 Bytes
/
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
{
"name": "steal-angular2-example",
"version": "1.0.0",
"scripts": {
"start": "npm run lite",
"lite": "lite-server"
},
"steal": {
"npmAlgorithm": "flat",
"map": {
"crypto": "crypto/md5"
},
"plugins": ["steal-less"]
},
"license": "MIT",
"dependencies": {
"@angular/common": "^2.4.3",
"@angular/compiler": "^2.4.3",
"@angular/core": "^2.4.3",
"@angular/http": "^2.4.3",
"@angular/platform-browser": "^2.4.3",
"@angular/platform-browser-dynamic": "^2.4.3",
"@angular/router": "^3.4.3",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "^2.4.3",
"angular-in-memory-web-api": "^0.2.4",
"bootstrap": "^3.3.6",
"crypto": "^0.0.3",
"reflect-metadata": "^0.1.9",
"rxjs": "^5.0.3",
"steal": "^1.0.10",
"zone.js": "^0.7.5"
},
"devDependencies": {
"concurrently": "^3.1.0",
"lite-server": "^2.2.0",
"steal-less": "^1.1.0"
}
}