-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 858 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
{
"name": "Top100Album",
"version": "1.0.0",
"scripts": {
"start": "tsc && npm run lite",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install",
"build-css": "node-sass --include-path scss app/scss/app.scss app/scss/app.css && node-sass --include-path scss app/scss/album-detail.scss app/scss/album-detail.css"
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-beta.14",
"es6-shim": "^0.35.0",
"ng2-bootstrap": "^1.0.11",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.25",
"zone.js": "0.6.6"
},
"devDependencies": {
"broccoli-sass": "^0.7.0",
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"node-sass": "^3.4.2",
"typescript": "^1.8.9",
"typings": "^0.7.12"
}
}